Fix conflicts between eslint and prettier
This commit is contained in:
@@ -24,11 +24,10 @@ module.exports = {
|
|||||||
rules: {
|
rules: {
|
||||||
'no-cond-assign': 'error',
|
'no-cond-assign': 'error',
|
||||||
'eqeqeq': 'error',
|
'eqeqeq': 'error',
|
||||||
'indent': ['error', 4, { 'SwitchCase': 1 }],
|
|
||||||
'prettier/prettier': [
|
'prettier/prettier': [
|
||||||
'error',
|
'error',
|
||||||
{
|
{
|
||||||
endOfLine: 'auto'
|
endOfLine: 'auto',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'react-refresh/only-export-components': [
|
'react-refresh/only-export-components': [
|
||||||
|
|||||||
Reference in New Issue
Block a user