mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Fixed "one-variable-per-declaration" lint rule
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
"no-void-expression": false, // HAS ISSUES
|
||||
"object-literal-key-quotes": false, // HAS ISSUES
|
||||
"object-literal-shorthand": false, // HAS ISSUES
|
||||
"one-variable-per-declaration": false, // HAS ISSUES
|
||||
"only-arrow-functions": false, // HAS ISSUES
|
||||
"unified-signatures": false // HAS ISSUES
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user