DefinitelyTyped/types/flowjs/tslint.json
Nathan Shively-Sanders 4e675d9ce2
Make ts3.1 the default for flowjs (#46938)
* Make ts3.1 the default

* restore lint exclusion
2020-08-21 08:02:45 -07:00

7 lines
87 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"npm-naming": false
}
}