mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
test: ensure we do not use deprecated rules
This commit is contained in:
@ -129,7 +129,6 @@
|
||||
"no-var": "error",
|
||||
"no-void": ["error", { "allowAsStatement": true }],
|
||||
"no-with": "error",
|
||||
"no-return-await": "error",
|
||||
"object-shorthand": ["error", "properties"],
|
||||
"one-var": ["error", { "initialized": "never" }],
|
||||
"prefer-const": ["error", { "destructuring": "all" }],
|
||||
|
Reference in New Issue
Block a user