add fix and prettierrc
This commit is contained in:
parent
468da211e3
commit
b9238739eb
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
singleQuote: true,
|
||||
};
|
|
@ -36,7 +36,7 @@
|
|||
"test": "react-scripts test",
|
||||
"eject": "craco eject",
|
||||
"format": "prettier --write src/**/*.ts{,x}",
|
||||
"lint": "eslint src/**/*.js{,x}"
|
||||
"lint": "eslint --fix src/**/*.js{,x}"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
|
Loading…
Reference in New Issue