[backbone.localstorage] Remove unused lint exceptions (#47971)

This commit is contained in:
Jack Bates 2020-09-23 13:33:48 -07:00 committed by GitHub
parent a3d70f766f
commit 9d40ef9d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,9 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"npm-naming": false,
"prefer-method-signature": false,
"trim-file": false
}
}