Update .eslintrc.js

This commit is contained in:
Taylor Otwell
2022-03-31 13:44:54 -05:00
committed by GitHub
parent a6e3ff5b55
commit 3e9e8218c1

View File

@@ -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 }],
},
}