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 = {
|
module.exports = {
|
||||||
plugins: ["prettier"],
|
plugins: ['prettier'],
|
||||||
extends: ["react-app"],
|
extends: ['react-app'],
|
||||||
rules: {
|
rules: {
|
||||||
"prettier/prettier": "error",
|
'prettier/prettier': 'error',
|
||||||
"no-unused-vars": "off",
|
'no-unused-vars': 'off',
|
||||||
"no-loop-func": "off",
|
'no-loop-func': 'off',
|
||||||
"no-restricted-globals": "off"
|
'no-restricted-globals': 'off'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue