@vinicunca/eslint-config 2.8.0 → 2.9.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 CHANGED
@@ -515,7 +515,7 @@ async function formatters(options = {}, stylistic2 = {}) {
515
515
  languageOptions: {
516
516
  parser: parserPlain
517
517
  },
518
- name: "antfu/formatter/xml",
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: "antfu/formatter/svg",
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("[@antfu/eslint-config] Detected running in editor, some rules are disabled.");
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.8.0",
4
+ "version": "2.9.2",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",
@@ -119,8 +119,8 @@
119
119
  "@stylistic/eslint-plugin": "^2.6.4",
120
120
  "@typescript-eslint/eslint-plugin": "^8.2.0",
121
121
  "@typescript-eslint/parser": "^8.2.0",
122
- "@unocss/eslint-plugin": "^0.62.2",
123
- "@vitest/eslint-plugin": "^1.0.3",
122
+ "@unocss/eslint-plugin": "^0.62.3",
123
+ "@vitest/eslint-plugin": "^1.0.4",
124
124
  "eslint-config-flat-gitignore": "^0.1.8",
125
125
  "eslint-flat-config-utils": "^0.3.1",
126
126
  "eslint-merge-processors": "^0.1.0",
@@ -136,7 +136,7 @@
136
136
  "eslint-plugin-perfectionist": "^3.2.0",
137
137
  "eslint-plugin-react-hooks": "^4.6.2",
138
138
  "eslint-plugin-regexp": "^2.6.0",
139
- "eslint-plugin-sonarjs": "^1.0.4",
139
+ "eslint-plugin-sonarjs": "^2.0.1",
140
140
  "eslint-plugin-toml": "^0.11.1",
141
141
  "eslint-plugin-unicorn": "^55.0.0",
142
142
  "eslint-plugin-unused-imports": "^4.1.3",