chore: enable object-curly-spacing in ESLint (#9168)
This commit is contained in:
parent
03376ed44b
commit
cd22072685
|
|
@ -24,6 +24,7 @@ module.exports = {
|
|||
* Enforced rules
|
||||
*/
|
||||
// syntax preferences
|
||||
"object-curly-spacing": ["error", "always"],
|
||||
"quotes": [2, "single", {
|
||||
"avoidEscape": true,
|
||||
"allowTemplateLiterals": true
|
||||
|
|
|
|||
Loading…
Reference in a new issue