@vinicunca/eslint-config 2.9.0 → 2.9.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.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -2
package/dist/index.cjs
CHANGED
|
@@ -633,7 +633,7 @@ async function formatters(options = {}, stylistic2 = {}) {
|
|
|
633
633
|
languageOptions: {
|
|
634
634
|
parser: parserPlain
|
|
635
635
|
},
|
|
636
|
-
name: "
|
|
636
|
+
name: "vinicunca/formatter/xml",
|
|
637
637
|
rules: {
|
|
638
638
|
"format/prettier": [
|
|
639
639
|
ERROR,
|
|
@@ -655,7 +655,7 @@ async function formatters(options = {}, stylistic2 = {}) {
|
|
|
655
655
|
languageOptions: {
|
|
656
656
|
parser: parserPlain
|
|
657
657
|
},
|
|
658
|
-
name: "
|
|
658
|
+
name: "vinicunca/formatter/svg",
|
|
659
659
|
rules: {
|
|
660
660
|
"format/prettier": [
|
|
661
661
|
ERROR,
|
|
@@ -2582,7 +2582,7 @@ function vinicuncaESLint(options = {}, ...userConfigs) {
|
|
|
2582
2582
|
if (isInEditor == null) {
|
|
2583
2583
|
isInEditor = isInEditorEnv();
|
|
2584
2584
|
if (isInEditor) {
|
|
2585
|
-
console.log("[@
|
|
2585
|
+
console.log("[@vinicunca/eslint-config] Detected running in editor, some rules are disabled.");
|
|
2586
2586
|
}
|
|
2587
2587
|
}
|
|
2588
2588
|
let stylisticOptions = {};
|
package/dist/index.js
CHANGED
|
@@ -515,7 +515,7 @@ async function formatters(options = {}, stylistic2 = {}) {
|
|
|
515
515
|
languageOptions: {
|
|
516
516
|
parser: parserPlain
|
|
517
517
|
},
|
|
518
|
-
name: "
|
|
518
|
+
name: "vinicunca/formatter/xml",
|
|
519
519
|
rules: {
|
|
520
520
|
"format/prettier": [
|
|
521
521
|
ERROR,
|
|
@@ -537,7 +537,7 @@ async function formatters(options = {}, stylistic2 = {}) {
|
|
|
537
537
|
languageOptions: {
|
|
538
538
|
parser: parserPlain
|
|
539
539
|
},
|
|
540
|
-
name: "
|
|
540
|
+
name: "vinicunca/formatter/svg",
|
|
541
541
|
rules: {
|
|
542
542
|
"format/prettier": [
|
|
543
543
|
ERROR,
|
|
@@ -2464,7 +2464,7 @@ function vinicuncaESLint(options = {}, ...userConfigs) {
|
|
|
2464
2464
|
if (isInEditor == null) {
|
|
2465
2465
|
isInEditor = isInEditorEnv();
|
|
2466
2466
|
if (isInEditor) {
|
|
2467
|
-
console.log("[@
|
|
2467
|
+
console.log("[@vinicunca/eslint-config] Detected running in editor, some rules are disabled.");
|
|
2468
2468
|
}
|
|
2469
2469
|
}
|
|
2470
2470
|
let stylisticOptions = {};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.3",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -134,7 +134,6 @@
|
|
|
134
134
|
"eslint-plugin-n": "^17.10.2",
|
|
135
135
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
136
136
|
"eslint-plugin-perfectionist": "^3.2.0",
|
|
137
|
-
"eslint-plugin-react-hooks": "^4.6.2",
|
|
138
137
|
"eslint-plugin-regexp": "^2.6.0",
|
|
139
138
|
"eslint-plugin-sonarjs": "^2.0.1",
|
|
140
139
|
"eslint-plugin-toml": "^0.11.1",
|