Added custom rule for object-shorthand and comma-dangle.
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
"prefer-destructuring": 0,
|
"prefer-destructuring": 0,
|
||||||
"camelcase": 0,
|
"camelcase": 0,
|
||||||
"import/no-unresolved": 0,
|
"import/no-unresolved": 0,
|
||||||
"import/no-extraneous-dependencies": 0
|
"import/no-extraneous-dependencies": 0,
|
||||||
|
"object-shorthand": 0,
|
||||||
|
"comma-dangle": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user