mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[angular-agility] Remove unused lint exceptions (#47802)
This commit is contained in:
parent
7c97fbd83e
commit
708f3622bb
@ -2,14 +2,11 @@
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"arrow-return-shorthand": false,
|
||||
"callable-types": false,
|
||||
"dt-header": false,
|
||||
"interface-name": false,
|
||||
"no-angle-bracket-type-assertion": false,
|
||||
"no-consecutive-blank-lines": false,
|
||||
"no-object-literal-type-assertion": false,
|
||||
"no-padding": false,
|
||||
"no-redundant-jsdoc": false,
|
||||
"no-var-keyword": false,
|
||||
"npm-naming": [
|
||||
true,
|
||||
@ -24,7 +21,6 @@
|
||||
}
|
||||
],
|
||||
"one-line": false,
|
||||
"prefer-method-signature": false,
|
||||
"semicolon": false,
|
||||
"strict-export-declare-modifiers": false,
|
||||
"trim-file": false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user