[atmosphere.js] Remove unused lint exceptions (#47935)

This commit is contained in:
Jack Bates 2020-09-23 11:42:02 -07:00 committed by GitHub
parent aeae85685d
commit cd40d23200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,14 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"eofline": false,
"no-consecutive-blank-lines": false,
"no-declare-current-package": false,
"no-redundant-jsdoc": false,
"no-single-declare-module": false,
"no-trailing-whitespace": false,
"no-var-keyword": false,
"npm-naming": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"trim-file": false,