@santi020k/eslint-config-santi020k 3.1.0 → 3.1.1
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 +4 -4
- package/package.json +28 -28
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ Then, install the configuration package:
|
|
|
25
25
|
|
|
26
26
|
## Usage
|
|
27
27
|
|
|
28
|
-
Create an eslint.config.js file (or use your existing one) and extend @santi020k/eslint-config-santi020k based on your project type:
|
|
28
|
+
Create an `eslint.config.js` file (or use your existing one) and extend @santi020k/eslint-config-santi020k based on your project type:
|
|
29
29
|
|
|
30
30
|
### Basic Usage
|
|
31
31
|
|
|
@@ -122,11 +122,11 @@ Additionally, there are some optional parameters that add support to other techn
|
|
|
122
122
|
// Vitest and testing-library
|
|
123
123
|
OptionalOption.Vitest,
|
|
124
124
|
// I18next
|
|
125
|
-
OptionalOption.I18next
|
|
125
|
+
OptionalOption.I18next,
|
|
126
126
|
// Mdx
|
|
127
|
-
OptionalOption.Mdx
|
|
127
|
+
OptionalOption.Mdx,
|
|
128
128
|
// Markdown
|
|
129
|
-
OptionalOption.Markdown
|
|
129
|
+
OptionalOption.Markdown,
|
|
130
130
|
]
|
|
131
131
|
}),
|
|
132
132
|
// Your custom config
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@santi020k/eslint-config-santi020k",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "A comprehensive ESLint configuration package for JavaScript, TypeScript, and React projects, including popular plugins and custom rules for consistent coding style.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -61,51 +61,51 @@
|
|
|
61
61
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@eslint/config-inspector": "^0.
|
|
64
|
+
"@eslint/config-inspector": "^1.0.0",
|
|
65
65
|
"@types/eslint__eslintrc": "^2.1.2",
|
|
66
|
-
"@types/node": "^22.
|
|
66
|
+
"@types/node": "^22.10.7",
|
|
67
67
|
"cz-conventional-changelog": "^3.3.0",
|
|
68
|
-
"esbuild": "^0.24.
|
|
69
|
-
"husky": "^9.1.
|
|
70
|
-
"lint-staged": "^15.
|
|
71
|
-
"react": "^
|
|
72
|
-
"react-dom": "^
|
|
68
|
+
"esbuild": "^0.24.2",
|
|
69
|
+
"husky": "^9.1.7",
|
|
70
|
+
"lint-staged": "^15.4.1",
|
|
71
|
+
"react": "^19.0.0",
|
|
72
|
+
"react-dom": "^19.0.0",
|
|
73
73
|
"tslib": "^2.8.1",
|
|
74
74
|
"tsup": "^8.3.5",
|
|
75
|
-
"typescript": "^5.
|
|
75
|
+
"typescript": "^5.7.3",
|
|
76
76
|
"yalc": "^1.0.0-pre.53"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"eslint": "^9.
|
|
79
|
+
"eslint": "^9.18.0",
|
|
80
80
|
"@eslint/markdown": "^6.2.1",
|
|
81
|
-
"@cspell/eslint-plugin": "^8.
|
|
82
|
-
"@eslint/compat": "^1.2.
|
|
83
|
-
"@eslint/js": "^9.
|
|
84
|
-
"@next/eslint-plugin-next": "^15.
|
|
85
|
-
"@stylistic/eslint-plugin": "^2.
|
|
81
|
+
"@cspell/eslint-plugin": "^8.17.2",
|
|
82
|
+
"@eslint/compat": "^1.2.5",
|
|
83
|
+
"@eslint/js": "^9.18.0",
|
|
84
|
+
"@next/eslint-plugin-next": "^15.1.5",
|
|
85
|
+
"@stylistic/eslint-plugin": "^2.13.0",
|
|
86
86
|
"@types/eslint__js": "^8.42.3",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
88
|
-
"@typescript-eslint/type-utils": "^8.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "^8.21.0",
|
|
88
|
+
"@typescript-eslint/type-utils": "^8.21.0",
|
|
89
89
|
"cross-dirname": "^0.1.0",
|
|
90
|
-
"eslint-config-expo": "^
|
|
90
|
+
"eslint-config-expo": "^8.0.1",
|
|
91
91
|
"eslint-config-standard": "^17.1.0",
|
|
92
92
|
"eslint-plugin-astro": "^1.3.1",
|
|
93
|
-
"eslint-plugin-i18next": "^6.1.
|
|
93
|
+
"eslint-plugin-i18next": "^6.1.1",
|
|
94
94
|
"eslint-plugin-import": "^2.31.0",
|
|
95
95
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
96
96
|
"eslint-plugin-mdx": "^3.1.5",
|
|
97
|
-
"eslint-plugin-n": "^17.
|
|
98
|
-
"eslint-plugin-promise": "^7.1
|
|
99
|
-
"eslint-plugin-react": "^7.37.
|
|
100
|
-
"eslint-plugin-react-hooks": "^5.
|
|
97
|
+
"eslint-plugin-n": "^17.15.1",
|
|
98
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
99
|
+
"eslint-plugin-react": "^7.37.4",
|
|
100
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
101
101
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
102
|
-
"eslint-plugin-sonarjs": "^
|
|
103
|
-
"eslint-plugin-tailwindcss": "^3.
|
|
104
|
-
"eslint-plugin-testing-library": "^
|
|
102
|
+
"eslint-plugin-sonarjs": "^3.0.1",
|
|
103
|
+
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
104
|
+
"eslint-plugin-testing-library": "^7.1.1",
|
|
105
105
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
106
106
|
"eslint-plugin-vitest": "^0.5.4",
|
|
107
|
-
"globals": "^15.
|
|
108
|
-
"typescript-eslint": "^8.
|
|
107
|
+
"globals": "^15.14.0",
|
|
108
|
+
"typescript-eslint": "^8.21.0"
|
|
109
109
|
},
|
|
110
110
|
"overrides": {
|
|
111
111
|
"eslint-config-standard": "$eslint-config-standard",
|