@joshuaavalon/eslint-config-typescript 6.2.0 → 6.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +0 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -3,8 +3,6 @@ module.exports = {
|
|
3
3
|
extends: [
|
4
4
|
"eslint:recommended",
|
5
5
|
"plugin:@typescript-eslint/recommended",
|
6
|
-
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
7
|
-
"plugin:@typescript-eslint/strict",
|
8
6
|
"plugin:prettier/recommended"
|
9
7
|
],
|
10
8
|
plugins: ["@typescript-eslint"],
|