@santi020k/eslint-config-santi020k 3.1.1 → 3.1.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/dist/index.js +3 -1
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -163,7 +163,9 @@ var rules = {
|
|
|
163
163
|
"no-new": "warn",
|
|
164
164
|
"prefer-regex-literals": "warn",
|
|
165
165
|
"@stylistic/multiline-comment-style": "off",
|
|
166
|
-
"space-before-function-paren": "off"
|
|
166
|
+
"space-before-function-paren": "off",
|
|
167
|
+
"operator-linebreak": "off",
|
|
168
|
+
"@stylistic/operator-linebreak": ["error", "after"]
|
|
167
169
|
};
|
|
168
170
|
|
|
169
171
|
// src/configs/astro/rules.ts
|
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.2",
|
|
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",
|
|
@@ -63,29 +63,29 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@eslint/config-inspector": "^1.0.0",
|
|
65
65
|
"@types/eslint__eslintrc": "^2.1.2",
|
|
66
|
-
"@types/node": "^22.
|
|
66
|
+
"@types/node": "^22.12.0",
|
|
67
67
|
"cz-conventional-changelog": "^3.3.0",
|
|
68
68
|
"esbuild": "^0.24.2",
|
|
69
69
|
"husky": "^9.1.7",
|
|
70
|
-
"lint-staged": "^15.4.
|
|
70
|
+
"lint-staged": "^15.4.3",
|
|
71
71
|
"react": "^19.0.0",
|
|
72
72
|
"react-dom": "^19.0.0",
|
|
73
73
|
"tslib": "^2.8.1",
|
|
74
|
-
"tsup": "^8.3.
|
|
74
|
+
"tsup": "^8.3.6",
|
|
75
75
|
"typescript": "^5.7.3",
|
|
76
76
|
"yalc": "^1.0.0-pre.53"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"eslint": "^9.
|
|
80
|
-
"@eslint/markdown": "^6.2.
|
|
81
|
-
"@cspell/eslint-plugin": "^8.17.
|
|
79
|
+
"eslint": "^9.19.0",
|
|
80
|
+
"@eslint/markdown": "^6.2.2",
|
|
81
|
+
"@cspell/eslint-plugin": "^8.17.3",
|
|
82
82
|
"@eslint/compat": "^1.2.5",
|
|
83
|
-
"@eslint/js": "^9.
|
|
84
|
-
"@next/eslint-plugin-next": "^15.1.
|
|
85
|
-
"@stylistic/eslint-plugin": "^
|
|
83
|
+
"@eslint/js": "^9.19.0",
|
|
84
|
+
"@next/eslint-plugin-next": "^15.1.6",
|
|
85
|
+
"@stylistic/eslint-plugin": "^3.0.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.22.0",
|
|
88
|
+
"@typescript-eslint/type-utils": "^8.22.0",
|
|
89
89
|
"cross-dirname": "^0.1.0",
|
|
90
90
|
"eslint-config-expo": "^8.0.1",
|
|
91
91
|
"eslint-config-standard": "^17.1.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
106
106
|
"eslint-plugin-vitest": "^0.5.4",
|
|
107
107
|
"globals": "^15.14.0",
|
|
108
|
-
"typescript-eslint": "^8.
|
|
108
|
+
"typescript-eslint": "^8.22.0"
|
|
109
109
|
},
|
|
110
110
|
"overrides": {
|
|
111
111
|
"eslint-config-standard": "$eslint-config-standard",
|