@bitfactory/eslint-config 4.1.1 → 4.1.3
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 +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ This is a shareable config for [ESLint](https://eslint.org). All the rules and c
|
|
|
35
35
|
Before publishing a new version:
|
|
36
36
|
|
|
37
37
|
1. Update the version number in the `package.json` file.
|
|
38
|
-
2.
|
|
38
|
+
2. For majors and minors update the badge(s) in the `README.md` file.
|
|
39
39
|
3. Create a new release, after merging the PR. This will trigger a workflow.
|
|
40
40
|
4. The GitHub action workflow will then automatically create a new NPM package.
|
|
41
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitfactory/eslint-config",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"description": "ESLint sharable config for Bitfactory projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"vue.js"
|
|
19
19
|
],
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"eslint": "9.
|
|
22
|
-
"lint-staged": "15.5.
|
|
23
|
-
"npm-check-updates": "
|
|
24
|
-
"simple-git-hooks": "2.
|
|
21
|
+
"eslint": "9.29.0",
|
|
22
|
+
"lint-staged": "15.5.2",
|
|
23
|
+
"npm-check-updates": "18.0.1",
|
|
24
|
+
"simple-git-hooks": "2.13.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@babel/core": "
|
|
28
|
-
"@babel/eslint-parser": "
|
|
29
|
-
"@stylistic/eslint-plugin": ">=2.6.0",
|
|
27
|
+
"@babel/core": ">=7.26.10",
|
|
28
|
+
"@babel/eslint-parser": ">=7.26.10",
|
|
29
|
+
"@stylistic/eslint-plugin": ">=2.6.0 <4.0.0",
|
|
30
30
|
"eslint": "^8.56.0 || ^9.0.0",
|
|
31
31
|
"eslint-plugin-import": ">=2.31.0",
|
|
32
32
|
"eslint-plugin-jsdoc": ">=47.0.0",
|
|
33
|
-
"eslint-plugin-unicorn": ">=56.0.1"
|
|
33
|
+
"eslint-plugin-unicorn": ">=56.0.1 <57.0.0"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": "^18.18.0 || ^20.9.0 || ^22.11.0"
|