Skip to content
Snippets Groups Projects
Commit efb1b03c authored by Santiago Rafael Gonzalez Pereyra's avatar Santiago Rafael Gonzalez Pereyra
Browse files

minor config change

parent a9439a7e
No related branches found
No related tags found
No related merge requests found
module.exports = {
hooks: {
"pre-commit": "lint-staged"
"pre-commit": "npm run lint-staged"
}
};
......@@ -4,6 +4,7 @@
"scripts": {
"start": "webpack-dev-server --env development --port 3000",
"build": "webpack --env production",
"lint-staged": "lint-staged",
"ts-check": "tsc --noEmit",
"lint:code": "eslint '*/**/*.{js,ts,tsx}'",
"lint:code:fix": "npm run lint:code -- --fix",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment