Files
DefinitelyTyped/types/angular-wizard/tslint.json
Josh Goldberg f3c73434c7 Tooling: migrated dt-header to ESLint, with a script (#61793)
* Tooling: migrated dt-header to ESLint, with a script

* Update scripts/tslint-rule-to-eslint.js

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>

* Fix up logging a bit

* Add mistakenly deleted tslint.jsons

* Manual fixup of */v* dt-header overrides

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2022-08-18 13:55:02 -07:00

19 lines
568 B
JSON

{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"interface-name": false,
"jsdoc-format": false,
"no-duplicate-imports": false,
"no-redundant-jsdoc-2": false,
"no-unnecessary-type-assertion": false,
"no-var-keyword": false,
"one-variable-per-declaration": false,
"only-arrow-functions": false,
"prefer-const": false,
"semicolon": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false,
"whitespace": false
}
}