[browser-sync] Remove unused lint exceptions (#48029)

This commit is contained in:
Jack Bates 2020-09-23 13:37:33 -07:00 committed by GitHub
parent 1a44274f43
commit 8d0db5254f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,16 @@
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"jsdoc-format": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
"no-reference-import": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"unified-signatures": false