style: prettify .eslintrc.js
This commit is contained in:
parent
677faa611d
commit
1d0b2721db
1 changed files with 6 additions and 6 deletions
12
.eslintrc.js
12
.eslintrc.js
|
@ -1,10 +1,10 @@
|
|||
module.exports = {
|
||||
plugins: ["prettier"],
|
||||
extends: ["react-app"],
|
||||
plugins: ['prettier'],
|
||||
extends: ['react-app'],
|
||||
rules: {
|
||||
"prettier/prettier": "error",
|
||||
"no-unused-vars": "off",
|
||||
"no-loop-func": "off",
|
||||
"no-restricted-globals": "off"
|
||||
'prettier/prettier': 'error',
|
||||
'no-unused-vars': 'off',
|
||||
'no-loop-func': 'off',
|
||||
'no-restricted-globals': 'off'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue