mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-20 18:28:14 +00:00
add fix and prettierrc
This commit is contained in:
parent
468da211e3
commit
b9238739eb
3
.prettierrc.js
Normal file
3
.prettierrc.js
Normal file
@ -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…
x
Reference in New Issue
Block a user