Fix conflicts between eslint and prettier

This commit is contained in:
2023-09-06 18:20:56 +08:00
parent 82d92cdd41
commit ecbe156215

View File

@@ -24,11 +24,10 @@ module.exports = {
rules: {
'no-cond-assign': 'error',
'eqeqeq': 'error',
'indent': ['error', 4, { 'SwitchCase': 1 }],
'prettier/prettier': [
'error',
{
endOfLine: 'auto'
endOfLine: 'auto',
}
],
'react-refresh/only-export-components': [