Skip to content

Commit

Permalink
🔥 remove husky and lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
heytulsiprasad committed Sep 20, 2020
1 parent cef083e commit c85651d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 227 deletions.
15 changes: 1 addition & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@
"lint:watch": "yarn lint --watch",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|md|vue)\""
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"lint-staged": {
"*.+(js|jsx)": [
"eslint . --fix",
"git add"
]
},
"eslintConfig": {
"extends": "react-app"
},
Expand All @@ -60,9 +49,7 @@
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-watch": "^7.0.0",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2"
},
"proxy": "http://localhost:5000"
}
}
Loading

0 comments on commit c85651d

Please sign in to comment.