Remove styling rules from eslint (now in prettier)
This commit is contained in:
@@ -7,15 +7,5 @@
|
|||||||
},
|
},
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"ecmaVersion": 2018
|
"ecmaVersion": 2018
|
||||||
},
|
|
||||||
"rules": {
|
|
||||||
"semi": ["error"],
|
|
||||||
"no-trailing-spaces": ["error"],
|
|
||||||
"object-curly-newline": ["error"],
|
|
||||||
"object-property-newline": ["error"],
|
|
||||||
"quotes": ["error", "backtick"],
|
|
||||||
"indent": ["error", "tab"],
|
|
||||||
"curly": ["error"],
|
|
||||||
"brace-style": ["error"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user