@santi020k/eslint-config-santi020k 3.1.1 → 3.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/dist/index.js +3 -1
- package/package.json +14 -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.3",
|
|
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,33 +63,34 @@
|
|
|
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": "^
|
|
80
|
-
"@eslint/markdown": "^6.2.1",
|
|
81
|
-
"@cspell/eslint-plugin": "^8.17.2",
|
|
79
|
+
"@cspell/eslint-plugin": "^8.17.3",
|
|
82
80
|
"@eslint/compat": "^1.2.5",
|
|
83
|
-
"@eslint/js": "^9.
|
|
84
|
-
"@
|
|
85
|
-
"@
|
|
81
|
+
"@eslint/js": "^9.19.0",
|
|
82
|
+
"@eslint/markdown": "^6.2.2",
|
|
83
|
+
"@next/eslint-plugin-next": "^15.1.6",
|
|
84
|
+
"@stylistic/eslint-plugin": "^3.0.0",
|
|
86
85
|
"@types/eslint__js": "^8.42.3",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
88
|
-
"@typescript-eslint/type-utils": "^8.
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
87
|
+
"@typescript-eslint/type-utils": "^8.22.0",
|
|
89
88
|
"cross-dirname": "^0.1.0",
|
|
89
|
+
"eslint": "^9.19.0",
|
|
90
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-expo": "^0.1.0",
|
|
93
94
|
"eslint-plugin-i18next": "^6.1.1",
|
|
94
95
|
"eslint-plugin-import": "^2.31.0",
|
|
95
96
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
@@ -105,7 +106,7 @@
|
|
|
105
106
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
106
107
|
"eslint-plugin-vitest": "^0.5.4",
|
|
107
108
|
"globals": "^15.14.0",
|
|
108
|
-
"typescript-eslint": "^8.
|
|
109
|
+
"typescript-eslint": "^8.22.0"
|
|
109
110
|
},
|
|
110
111
|
"overrides": {
|
|
111
112
|
"eslint-config-standard": "$eslint-config-standard",
|