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