mirror of
https://github.com/kevin-DL/breeze-next-template.git
synced 2026-01-11 10:24:29 +00:00
fix .eslintrc
This commit is contained in:
@@ -38,6 +38,6 @@ module.exports = {
|
||||
'react/react-in-jsx-scope': 0,
|
||||
'linebreak-style': ['error', 'unix'],
|
||||
semi: ['error', 'never'],
|
||||
'prettier/prettier': ['error', {}, { usePrettierrc: true }],
|
||||
'prettier/prettier': ['error', { "endOfLine": "off"}, { usePrettierrc: true }],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user