[bootstrap-touchspin] Remove unused lint exceptions (#48019)

This commit is contained in:
Jack Bates 2020-09-23 14:30:03 -07:00 committed by GitHub
parent 954eddcd53
commit 973456ebad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,8 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"eofline": false,
"no-redundant-jsdoc": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"space-before-function-paren": false,
"unified-signatures": false
}