[appletvjs] Remove unused lint exceptions (#47920)

This commit is contained in:
Jack Bates 2020-09-23 11:45:17 -07:00 committed by GitHub
parent 89c112f972
commit 75a4bbd86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,11 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"dt-header": false,
"eofline": false,
"jsdoc-format": false,
"no-consecutive-blank-lines": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-trailing-whitespace": false,
"no-var-keyword": false,
@ -16,7 +13,6 @@
"one-line": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"trim-file": false,