@joshuaavalon/eslint-config-typescript 6.1.2 → 6.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -2
- package/package.json +2 -1
package/index.js
CHANGED
@@ -3,8 +3,7 @@ module.exports = {
|
|
3
3
|
extends: [
|
4
4
|
"eslint:recommended",
|
5
5
|
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
6
|
-
"plugin:prettier/recommended"
|
7
|
-
"prettier/@typescript-eslint"
|
6
|
+
"plugin:prettier/recommended"
|
8
7
|
],
|
9
8
|
rules: {
|
10
9
|
"@typescript-eslint/array-type": "error",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@joshuaavalon/eslint-config-typescript",
|
3
|
-
"version": "6.1.
|
3
|
+
"version": "6.1.3",
|
4
4
|
"description": "Shareable ESLint Typescript config.",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -28,6 +28,7 @@
|
|
28
28
|
"url": "https://github.com/joshuaavalon/eslint-config/issues"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
+
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
31
32
|
"@typescript-eslint/parser": "^5.14.0",
|
32
33
|
"eslint": "^8.11.0",
|
33
34
|
"eslint-config-prettier": "^8.5.0",
|