aboutsummaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/eslint.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index de8c64a..a3ec9cd 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -63,6 +63,15 @@
"prefer-reflect": [
"off"
],
+ "quote-props": [
+ "error",
+ "consistent-as-needed",
+ {
+ "keywords": true,
+ "numbers": true,
+ "unnecessary": true
+ }
+ ],
"require-jsdoc": [
"off"
],