@santi020k/eslint-config-santi020k 1.2.1 → 1.2.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/cjs/index.cjs +3 -1
- package/dist/esm/index.mjs +3 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -43,6 +43,9 @@ const groups = [
|
|
|
43
43
|
];
|
|
44
44
|
const rules$5 = {
|
|
45
45
|
"unused-imports/no-unused-imports": "warn",
|
|
46
|
+
indent: "off",
|
|
47
|
+
"brace-style": "off",
|
|
48
|
+
"@stylistic/brace-style": ["warn", "1tbs"],
|
|
46
49
|
"@stylistic/indent": ["warn", 2],
|
|
47
50
|
"@stylistic/quote-props": ["warn", "as-needed"],
|
|
48
51
|
quotes: "off",
|
|
@@ -147,7 +150,6 @@ const rules$5 = {
|
|
|
147
150
|
"@stylistic/implicit-arrow-linebreak": "warn",
|
|
148
151
|
"import/export": "warn",
|
|
149
152
|
"no-useless-escape": "warn",
|
|
150
|
-
"@stylistic/brace-style": "warn",
|
|
151
153
|
"no-useless-return": "warn",
|
|
152
154
|
"prefer-promise-reject-errors": "warn",
|
|
153
155
|
"no-useless-constructor": "warn",
|
package/dist/esm/index.mjs
CHANGED
|
@@ -41,6 +41,9 @@ const groups = [
|
|
|
41
41
|
];
|
|
42
42
|
const rules$5 = {
|
|
43
43
|
"unused-imports/no-unused-imports": "warn",
|
|
44
|
+
indent: "off",
|
|
45
|
+
"brace-style": "off",
|
|
46
|
+
"@stylistic/brace-style": ["warn", "1tbs"],
|
|
44
47
|
"@stylistic/indent": ["warn", 2],
|
|
45
48
|
"@stylistic/quote-props": ["warn", "as-needed"],
|
|
46
49
|
quotes: "off",
|
|
@@ -145,7 +148,6 @@ const rules$5 = {
|
|
|
145
148
|
"@stylistic/implicit-arrow-linebreak": "warn",
|
|
146
149
|
"import/export": "warn",
|
|
147
150
|
"no-useless-escape": "warn",
|
|
148
|
-
"@stylistic/brace-style": "warn",
|
|
149
151
|
"no-useless-return": "warn",
|
|
150
152
|
"prefer-promise-reject-errors": "warn",
|
|
151
153
|
"no-useless-constructor": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@santi020k/eslint-config-santi020k",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.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/cjs/index.cjs",
|