diff --git a/.eslintrc.js b/.eslintrc.js index 7c32b6f..f0ee86d 100644 --- a/.eslintrc.js +++ b/.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' } };