diff --git a/package-lock.json b/package-lock.json index d20558e7..083e9ea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -479,12 +479,12 @@ "dev": true }, "@typescript-eslint/eslint-plugin": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.13.0.tgz", - "integrity": "sha512-QoiANo0MMGNa8ej/yX3BrW5dZj5d8HYcKiM2fyYUlezECqn8Xc7T/e4EUdiGinn8jhBrn+9X47E9TWaaup3u1g==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.15.0.tgz", + "integrity": "sha512-XRJFznI5v4K1WvIrWmjFjBAdQWaUTz4xJEdqR7+wAFsv6Q9dP3mOlE6BMNT3pdlp9eF1+bC5m5LZTmLMqffCVw==", "dev": true, "requires": { - "@typescript-eslint/experimental-utils": "2.13.0", + "@typescript-eslint/experimental-utils": "2.15.0", "eslint-utils": "^1.4.3", "functional-red-black-tree": "^1.0.1", "regexpp": "^3.0.0", @@ -500,12 +500,6 @@ "eslint-visitor-keys": "^1.1.0" } }, - "eslint-visitor-keys": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz", - "integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==", - "dev": true - }, "regexpp": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.0.0.tgz", @@ -515,13 +509,13 @@ } }, "@typescript-eslint/experimental-utils": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.13.0.tgz", - "integrity": "sha512-+Hss3clwa6aNiC8ZjA45wEm4FutDV5HsVXPl/rDug1THq6gEtOYRGLqS3JlTk7mSnL5TbJz0LpEbzbPnKvY6sw==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.15.0.tgz", + "integrity": "sha512-Qkxu5zndY5hqlcQkmA88gfLvqQulMpX/TN91XC7OuXsRf4XG5xLGie0sbpX97o/oeccjeZYRMipIsjKk/tjDHA==", "dev": true, "requires": { "@types/json-schema": "^7.0.3", - "@typescript-eslint/typescript-estree": "2.13.0", + "@typescript-eslint/typescript-estree": "2.15.0", "eslint-scope": "^5.0.0" } }, @@ -601,9 +595,9 @@ } }, "@typescript-eslint/typescript-estree": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.13.0.tgz", - "integrity": "sha512-t21Mg5cc8T3ADEUGwDisHLIubgXKjuNRbkpzDMLb7/JMmgCe/gHM9FaaujokLey+gwTuLF5ndSQ7/EfQqrQx4g==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.15.0.tgz", + "integrity": "sha512-L6Pog+w3VZzXkAdyqA0VlwybF8WcwZX+mufso86CMxSdWmcizJ38lgBdpqTbc9bo92iyi0rOvmATKiwl+amjxg==", "dev": true, "requires": { "debug": "^4.1.1", @@ -624,12 +618,6 @@ "ms": "^2.1.1" } }, - "eslint-visitor-keys": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz", - "integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==", - "dev": true - }, "glob": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", diff --git a/package.json b/package.json index 423268a4..a265f89a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-restricted-globals": "^0.2.0" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "2.13.0", + "@typescript-eslint/eslint-plugin": "2.15.0", "@typescript-eslint/parser": "2.15.0", "eslint": "6.8.0", "eslint-find-rules": "3.4.0", @@ -45,8 +45,8 @@ "ybiq": "9.1.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": ">=2.13.0 <3", - "@typescript-eslint/parser": ">=2.13.0 <3", + "@typescript-eslint/eslint-plugin": ">=2.15.0 <3", + "@typescript-eslint/parser": ">=2.15.0 <3", "eslint": ">=6.7.0 <7", "prettier": ">=1.19.1 <2", "typescript": ">=3.7.2 <4" diff --git a/rules/plugins/typescript.js b/rules/plugins/typescript.js index 6159c305..000ef33d 100644 --- a/rules/plugins/typescript.js +++ b/rules/plugins/typescript.js @@ -19,6 +19,7 @@ module.exports = { "@typescript-eslint/no-extraneous-class": "error", "@typescript-eslint/no-floating-promises": "off", "@typescript-eslint/no-for-in-array": "off", + "@typescript-eslint/no-implied-eval": "off", "@typescript-eslint/no-magic-numbers": "off", "@typescript-eslint/no-misused-promises": "off", "@typescript-eslint/no-parameter-properties": "off",