@open-turo/eslint-config-react 1.3.2 → 2.0.0
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/.github/renovate.json +1 -1
- package/.github/workflows/release.yaml +1 -1
- package/.github/workflows/update-dependencies.yaml +1 -0
- package/.node-version +1 -0
- package/.pre-commit-config.yaml +3 -3
- package/pack/open-turo-eslint-config-react-2.0.0.tgz +0 -0
- package/package.json +25 -25
- package/pack/open-turo-eslint-config-react-1.3.2.tgz +0 -0
package/.github/renovate.json
CHANGED
package/.node-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
18.13.0
|
package/.pre-commit-config.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
repos:
|
|
2
2
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
3
|
-
rev: v4.
|
|
3
|
+
rev: v4.4.0
|
|
4
4
|
hooks:
|
|
5
5
|
- id: check-json
|
|
6
6
|
- id: check-yaml
|
|
@@ -12,12 +12,12 @@ repos:
|
|
|
12
12
|
- id: prettier
|
|
13
13
|
stages: [commit]
|
|
14
14
|
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
|
|
15
|
-
rev:
|
|
15
|
+
rev: v9.4.0
|
|
16
16
|
hooks:
|
|
17
17
|
- id: commitlint
|
|
18
18
|
stages: [commit-msg]
|
|
19
19
|
additional_dependencies: ["@open-turo/commitlint-config-conventional"]
|
|
20
20
|
- repo: https://github.com/rhysd/actionlint
|
|
21
|
-
rev: v1.6.
|
|
21
|
+
rev: v1.6.23
|
|
22
22
|
hooks:
|
|
23
23
|
- id: actionlint
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
"author": "Turo engineering",
|
|
3
3
|
"description": "Turo eslint configuration for react",
|
|
4
4
|
"devDependencies": {
|
|
5
|
-
"@commitlint/cli": "
|
|
6
|
-
"@open-turo/commitlint-config-conventional": "
|
|
7
|
-
"@open-turo/eslint-config-typescript": "
|
|
8
|
-
"@open-turo/semantic-release-config": "
|
|
9
|
-
"@typescript-eslint/eslint-plugin": "
|
|
10
|
-
"@typescript-eslint/parser": "
|
|
11
|
-
"eslint": "
|
|
12
|
-
"eslint-config-prettier": "
|
|
13
|
-
"eslint-import-resolver-typescript": "
|
|
14
|
-
"eslint-plugin-import": "
|
|
15
|
-
"eslint-plugin-jest": "
|
|
16
|
-
"eslint-plugin-jsx-a11y": "
|
|
17
|
-
"eslint-plugin-node": "
|
|
18
|
-
"eslint-plugin-prettier": "
|
|
19
|
-
"eslint-plugin-react": "
|
|
20
|
-
"eslint-plugin-react-hooks": "
|
|
21
|
-
"eslint-plugin-simple-import-sort": "
|
|
22
|
-
"eslint-plugin-sonarjs": "
|
|
23
|
-
"eslint-plugin-sort-destructure-keys": "
|
|
24
|
-
"eslint-plugin-typescript-sort-keys": "
|
|
25
|
-
"prettier": "
|
|
26
|
-
"semantic-release": "
|
|
5
|
+
"@commitlint/cli": "17.4.2",
|
|
6
|
+
"@open-turo/commitlint-config-conventional": "1.0.4",
|
|
7
|
+
"@open-turo/eslint-config-typescript": "3.0.0",
|
|
8
|
+
"@open-turo/semantic-release-config": "1.1.1",
|
|
9
|
+
"@typescript-eslint/eslint-plugin": "5.49.0",
|
|
10
|
+
"@typescript-eslint/parser": "5.49.0",
|
|
11
|
+
"eslint": "8.33.0",
|
|
12
|
+
"eslint-config-prettier": "8.6.0",
|
|
13
|
+
"eslint-import-resolver-typescript": "3.5.3",
|
|
14
|
+
"eslint-plugin-import": "2.27.5",
|
|
15
|
+
"eslint-plugin-jest": "27.2.1",
|
|
16
|
+
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
17
|
+
"eslint-plugin-node": "11.1.0",
|
|
18
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
19
|
+
"eslint-plugin-react": "7.32.2",
|
|
20
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
21
|
+
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
22
|
+
"eslint-plugin-sonarjs": "0.18.0",
|
|
23
|
+
"eslint-plugin-sort-destructure-keys": "1.4.0",
|
|
24
|
+
"eslint-plugin-typescript-sort-keys": "2.1.0",
|
|
25
|
+
"prettier": "2.8.3",
|
|
26
|
+
"semantic-release": "19.0.5"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
29
29
|
"node": ">= 14"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"main": "index.js",
|
|
34
34
|
"name": "@open-turo/eslint-config-react",
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@open-turo/eslint-config-typescript": "^
|
|
36
|
+
"@open-turo/eslint-config-typescript": "^3.0.0",
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^5.46.0",
|
|
38
38
|
"@typescript-eslint/parser": "^5.46.0",
|
|
39
39
|
"eslint": ">=8.18.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"eslint-plugin-react": "^7.29.4",
|
|
48
48
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
49
49
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
50
|
-
"eslint-plugin-sonarjs": "^0.
|
|
50
|
+
"eslint-plugin-sonarjs": "^0.18.0",
|
|
51
51
|
"eslint-plugin-sort-destructure-keys": "^1.4.0",
|
|
52
52
|
"eslint-plugin-typescript-sort-keys": "^2.1.0",
|
|
53
53
|
"prettier": "^2.5.1"
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"repository": "https://github.com/open-turo/eslint-config-react",
|
|
59
|
-
"version": "
|
|
59
|
+
"version": "2.0.0"
|
|
60
60
|
}
|
|
Binary file
|