@etchteam/eslint-config 1.11.0 → 1.11.2
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/CHANGELOG.md +2 -10
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
## [1.11.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* add precommit hook ([7c9f260](https://github.com/etchteam/eslint/commit/7c9f2601e2763ccc3950b5d83709f7c1db64a79f))
|
|
7
|
-
* add you-dont-need-lodash-underscore ([bedda3c](https://github.com/etchteam/eslint/commit/bedda3ca3af4694bafab6327f4ef5b8ec5193cb0))
|
|
8
|
-
* capture all supported file types ([495971e](https://github.com/etchteam/eslint/commit/495971e07d50f77728fb28cba7ed46af374e0209))
|
|
9
|
-
* install husky hooks on postinstall ([0257184](https://github.com/etchteam/eslint/commit/025718424667d521aa7eb93471802fc98226d4c4))
|
|
1
|
+
## [1.11.2](https://github.com/etchteam/eslint/compare/v1.11.1...v1.11.2) (2024-05-23)
|
|
10
2
|
|
|
11
3
|
|
|
12
4
|
### Bug Fixes
|
|
13
5
|
|
|
14
|
-
*
|
|
6
|
+
* bump eslint-plugin-prettier from 5.0.1 to 5.1.3 ([0fdf48e](https://github.com/etchteam/eslint/commit/0fdf48eed7e56139eeeeb2a133b98e3f0a40b0a3))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etchteam/eslint-config",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"description": "Etch's standard eslint config",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/etchteam/eslint#readme",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@commitlint/cli": "^
|
|
29
|
-
"@commitlint/config-conventional": "^
|
|
30
|
-
"husky": "^
|
|
31
|
-
"lint-staged": "^
|
|
28
|
+
"@commitlint/cli": "^19.3.0",
|
|
29
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
30
|
+
"husky": "^9.0.11",
|
|
31
|
+
"lint-staged": "^15.2.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
35
|
-
"@typescript-eslint/parser": "^
|
|
34
|
+
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
|
35
|
+
"@typescript-eslint/parser": "^7.10.0",
|
|
36
36
|
"eslint": ">=8.29.0",
|
|
37
37
|
"eslint-config-next": "^14.0.1",
|
|
38
38
|
"eslint-config-prettier": "^9.0.0",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
42
42
|
"eslint-plugin-prettier": "^5.0.1",
|
|
43
43
|
"eslint-plugin-react": "^7.33.2",
|
|
44
|
-
"eslint-plugin-security": "^
|
|
45
|
-
"eslint-plugin-storybook": "^0.
|
|
44
|
+
"eslint-plugin-security": "^3.0.0",
|
|
45
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
46
46
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
47
47
|
"eslint-plugin-yml": "^1.10.0",
|
|
48
48
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|