WIP: Remove extra lint-staged config
This commit is contained in:
parent
6f19e0d17a
commit
69eeb8c586
|
|
@ -1,9 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
linters: {
|
|
||||||
'**/*.+(ts|tsx)': [
|
|
||||||
'eslint --fix',
|
|
||||||
'prettier --write',
|
|
||||||
'git add',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
@ -56,7 +56,6 @@
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"lint": "eslint src/**/*.tsx",
|
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
"flow": "flow"
|
"flow": "flow"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user