[amplitude-js] Remove unused lint exceptions (#47800)

This commit is contained in:
Jack Bates 2020-09-22 11:54:56 -07:00 committed by GitHub
parent eeba25d471
commit b0294b2429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,15 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"no-boolean-literal-compare": false,
"no-consecutive-blank-lines": false,
"no-internal-module": false,
"no-namespace": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-var-keyword": false,
"object-literal-key-quotes": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false,