@plumile/eslint-config-typescript 0.1.87 → 0.1.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Shared ESLint flat config for TypeScript-forward React projects.
|
|
|
5
5
|
## Status
|
|
6
6
|
|
|
7
7
|
Recommended for external use. This is one of the clearest standalone packages in
|
|
8
|
-
the repository and is designed to work outside the
|
|
8
|
+
the repository and is designed to work outside the Kronex monorepo.
|
|
9
9
|
|
|
10
10
|
## Purpose
|
|
11
11
|
|
|
@@ -15,7 +15,7 @@ The package provides:
|
|
|
15
15
|
- a `createConfig` helper for custom `tsconfig` locations
|
|
16
16
|
- a Relay-specific preset in `relay.js`
|
|
17
17
|
|
|
18
|
-
It is intended for projects that want
|
|
18
|
+
It is intended for projects that want Kronex's TypeScript, React, accessibility
|
|
19
19
|
and code-quality defaults without copying rule definitions manually.
|
|
20
20
|
|
|
21
21
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Olivier Hardy <olivier@plumile.com>",
|
|
3
3
|
"name": "@plumile/eslint-config-typescript",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.90",
|
|
5
5
|
"description": "Shared ESLint flat config tuned for TypeScript-forward React projects",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"npm": ">=8.0.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@typescript-eslint/parser": "8.
|
|
34
|
+
"@typescript-eslint/parser": "8.59.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
@@ -40,21 +40,21 @@
|
|
|
40
40
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
41
41
|
"eslint-plugin-n": "17.24.0",
|
|
42
42
|
"eslint-plugin-react": "7.37.5",
|
|
43
|
-
"eslint-plugin-react-hooks": "7.
|
|
43
|
+
"eslint-plugin-react-hooks": "7.1.1",
|
|
44
44
|
"eslint-plugin-relay": "2.0.0",
|
|
45
|
-
"eslint-plugin-sonarjs": "4.0.
|
|
45
|
+
"eslint-plugin-sonarjs": "4.0.3"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
49
|
-
"@typescript-eslint/eslint-plugin": ">=8.
|
|
49
|
+
"@typescript-eslint/eslint-plugin": ">=8.59.1",
|
|
50
50
|
"eslint": "10.x.x",
|
|
51
51
|
"eslint-plugin-jsdoc": ">=62.9.0",
|
|
52
52
|
"eslint-plugin-jsx-a11y": ">=6.10.2",
|
|
53
53
|
"eslint-plugin-n": "17.24.0",
|
|
54
54
|
"eslint-plugin-react": ">=7.37.5",
|
|
55
|
-
"eslint-plugin-react-hooks": "7.
|
|
55
|
+
"eslint-plugin-react-hooks": "7.1.1",
|
|
56
56
|
"eslint-plugin-relay": ">=2.0.0",
|
|
57
|
-
"eslint-plugin-sonarjs": ">=4.0.
|
|
57
|
+
"eslint-plugin-sonarjs": ">=4.0.3"
|
|
58
58
|
},
|
|
59
59
|
"files": [
|
|
60
60
|
"index.js",
|