[app-root-path] Remove unused lint exceptions (#47918)

This commit is contained in:
Jack Bates 2020-09-23 11:45:27 -07:00 committed by GitHub
parent 75a4bbd86f
commit fd1ac666e8
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,
"dt-header": false,
"no-consecutive-blank-lines": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"prefer-const": false,
"prefer-method-signature": false,
"trim-file": false
}
}