mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Add typescript-eslint support in DT root .eslintrc.json In preparation for turning on the first two eslint rules * Update English README * Fix eslintrcjson link Thanks Markdown link checker! * Turn on first two eslint rules Disable the rule wherever it was disabled before. * Disable no-const-enum in comments as well
6 lines
50 B
JSON
6 lines
50 B
JSON
{
|
|
"rules": {
|
|
"no-const-enum": "off"
|
|
}
|
|
}
|