WIP: Remove extra lint-staged config

This commit is contained in:
Abhinav Jha 2019-09-09 16:02:04 +05:30
parent 6f19e0d17a
commit 69eeb8c586
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
module.exports = {
linters: {
'**/*.+(ts|tsx)': [
'eslint --fix',
'prettier --write',
'git add',
],
},
};

View File

@ -56,7 +56,6 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.tsx",
"precommit": "lint-staged",
"flow": "flow"
},