diff --git a/.eslintrc.js b/.eslintrc.js index 94ce2ab..5db63f7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -38,6 +38,6 @@ module.exports = { 'react/react-in-jsx-scope': 0, 'linebreak-style': ['error', 'unix'], semi: ['error', 'never'], - 'prettier/prettier': ['error', { "endOfLine": "off"}, { usePrettierrc: true }], + 'prettier/prettier': ['error', { "endOfLine": "off" }, { usePrettierrc: true }], }, }