[appframework] Remove unused lint exceptions (#47919)

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

View File

@ -3,17 +3,14 @@
"rules": {
"arrow-return-shorthand": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"jsdoc-format": false,
"max-line-length": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-void-expression": false,
"npm-naming": false,
"prefer-declare-function": false,
"prefer-method-signature": false,
"semicolon": false,
"space-within-parens": false,
"trim-file": false,