@vinicunca/eslint-config 2.0.9 → 2.0.11

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022-PRESENT praburangki<https://github.com/praburangki>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/dist/index.cjs CHANGED
@@ -145,7 +145,7 @@ function comments() {
145
145
  ];
146
146
  }
147
147
 
148
- // ../node_modules/.pnpm/@vinicunca+perkakas@0.0.10/node_modules/@vinicunca/perkakas/dist/index.js
148
+ // ../node_modules/.pnpm/@vinicunca+perkakas@0.0.11/node_modules/@vinicunca/perkakas/dist/index.js
149
149
  function purry(fn, args, lazy) {
150
150
  const diff = fn.length - args.length;
151
151
  const arrayArgs = Array.from(args);
@@ -1137,6 +1137,10 @@ var GLOB_EXCLUDE = [
1137
1137
  "**/output",
1138
1138
  "**/coverage",
1139
1139
  "**/temp",
1140
+ "**/.temp",
1141
+ "**/tmp",
1142
+ "**/.tmp",
1143
+ "**/.history",
1140
1144
  "**/.vitepress/cache",
1141
1145
  "**/.nuxt",
1142
1146
  "**/.next",
package/dist/index.d.cts CHANGED
@@ -240,4 +240,4 @@ declare const GLOB_YAML = "**/*.y?(a)ml";
240
240
  declare const GLOB_MARKDOWN = "**/*.md";
241
241
  declare const GLOB_MARKDOWN_CODE = "**/*.md/**/*.?([cm])[jt]s?(x)";
242
242
 
243
- export { ConfigItem, GLOB_EXCLUDE, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_SRC, GLOB_SRC_EXT, GLOB_TESTS, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_YAML, OptionsComponentExts, OptionsConfig, OptionsHasTypeScript, OptionsIgnores, OptionsIsInEditor, OptionsOverrides, OptionsTypeScriptParserOptions, OptionsTypeScriptWithTypes, Rules, combineConfigs, comments, vinicuncaESLint as default, ignores, imports, javascript, jsdoc, jsonc, markdown, node, react, renameRules, sortPackageJson, sortTsconfig, stylistic, test, typescript, unicorn, vinicuncaESLint, vue, yaml };
243
+ export { type ConfigItem, GLOB_EXCLUDE, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_SRC, GLOB_SRC_EXT, GLOB_TESTS, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_YAML, type OptionsComponentExts, type OptionsConfig, type OptionsHasTypeScript, type OptionsIgnores, type OptionsIsInEditor, type OptionsOverrides, type OptionsTypeScriptParserOptions, type OptionsTypeScriptWithTypes, type Rules, combineConfigs, comments, vinicuncaESLint as default, ignores, imports, javascript, jsdoc, jsonc, markdown, node, react, renameRules, sortPackageJson, sortTsconfig, stylistic, test, typescript, unicorn, vinicuncaESLint, vue, yaml };
package/dist/index.d.ts CHANGED
@@ -240,4 +240,4 @@ declare const GLOB_YAML = "**/*.y?(a)ml";
240
240
  declare const GLOB_MARKDOWN = "**/*.md";
241
241
  declare const GLOB_MARKDOWN_CODE = "**/*.md/**/*.?([cm])[jt]s?(x)";
242
242
 
243
- export { ConfigItem, GLOB_EXCLUDE, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_SRC, GLOB_SRC_EXT, GLOB_TESTS, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_YAML, OptionsComponentExts, OptionsConfig, OptionsHasTypeScript, OptionsIgnores, OptionsIsInEditor, OptionsOverrides, OptionsTypeScriptParserOptions, OptionsTypeScriptWithTypes, Rules, combineConfigs, comments, vinicuncaESLint as default, ignores, imports, javascript, jsdoc, jsonc, markdown, node, react, renameRules, sortPackageJson, sortTsconfig, stylistic, test, typescript, unicorn, vinicuncaESLint, vue, yaml };
243
+ export { type ConfigItem, GLOB_EXCLUDE, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_SRC, GLOB_SRC_EXT, GLOB_TESTS, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_YAML, type OptionsComponentExts, type OptionsConfig, type OptionsHasTypeScript, type OptionsIgnores, type OptionsIsInEditor, type OptionsOverrides, type OptionsTypeScriptParserOptions, type OptionsTypeScriptWithTypes, type Rules, combineConfigs, comments, vinicuncaESLint as default, ignores, imports, javascript, jsdoc, jsonc, markdown, node, react, renameRules, sortPackageJson, sortTsconfig, stylistic, test, typescript, unicorn, vinicuncaESLint, vue, yaml };
package/dist/index.js CHANGED
@@ -52,7 +52,7 @@ function comments() {
52
52
  ];
53
53
  }
54
54
 
55
- // ../node_modules/.pnpm/@vinicunca+perkakas@0.0.10/node_modules/@vinicunca/perkakas/dist/index.js
55
+ // ../node_modules/.pnpm/@vinicunca+perkakas@0.0.11/node_modules/@vinicunca/perkakas/dist/index.js
56
56
  function purry(fn, args, lazy) {
57
57
  const diff = fn.length - args.length;
58
58
  const arrayArgs = Array.from(args);
@@ -1044,6 +1044,10 @@ var GLOB_EXCLUDE = [
1044
1044
  "**/output",
1045
1045
  "**/coverage",
1046
1046
  "**/temp",
1047
+ "**/.temp",
1048
+ "**/tmp",
1049
+ "**/.tmp",
1050
+ "**/.history",
1047
1051
  "**/.vitepress/cache",
1048
1052
  "**/.nuxt",
1049
1053
  "**/.next",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "2.0.9",
4
+ "version": "2.0.11",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",
@@ -54,35 +54,28 @@
54
54
  "engines": {
55
55
  "node": ">=18.0.0"
56
56
  },
57
- "scripts": {
58
- "stub": "tsup src/index.ts --format esm",
59
- "lint": "pnpm run stub && eslint .",
60
- "test": "vitest",
61
- "build": "tsup src/index.ts --format esm,cjs --clean --dts",
62
- "release": "bumpp package.json --commit --push --tag --commit 'chore: release v'"
63
- },
64
57
  "peerDependencies": {
65
- "eslint": ">=8.52.0"
58
+ "eslint": ">=8.53.0"
66
59
  },
67
60
  "dependencies": {
68
61
  "@antfu/eslint-define-config": "1.23.0-2",
69
- "@stylistic/eslint-plugin": "^0.1.2",
70
- "@typescript-eslint/eslint-plugin": "^6.9.0",
71
- "@typescript-eslint/parser": "^6.9.0",
72
- "@vinicunca/eslint-plugin-vinicunca": "^1.0.4",
62
+ "@stylistic/eslint-plugin": "^1.3.1",
63
+ "@typescript-eslint/eslint-plugin": "^6.11.0",
64
+ "@typescript-eslint/parser": "^6.11.0",
65
+ "@vinicunca/eslint-plugin-vinicunca": "^1.0.5",
73
66
  "eslint-plugin-eslint-comments": "^3.2.0",
74
67
  "eslint-plugin-i": "^2.29.0",
75
- "eslint-plugin-jsdoc": "^46.8.2",
68
+ "eslint-plugin-jsdoc": "^46.9.0",
76
69
  "eslint-plugin-jsonc": "^2.10.0",
77
70
  "eslint-plugin-markdown": "^3.0.1",
78
- "eslint-plugin-n": "^16.2.0",
71
+ "eslint-plugin-n": "^16.3.1",
79
72
  "eslint-plugin-no-only-tests": "^3.1.0",
80
- "eslint-plugin-perfectionist": "^2.2.0",
73
+ "eslint-plugin-perfectionist": "^2.4.0",
81
74
  "eslint-plugin-react": "^7.33.2",
82
75
  "eslint-plugin-react-hooks": "^4.6.0",
83
76
  "eslint-plugin-unicorn": "^49.0.0",
84
77
  "eslint-plugin-unused-imports": "^3.0.0",
85
- "eslint-plugin-vitest": "^0.3.8",
78
+ "eslint-plugin-vitest": "^0.3.9",
86
79
  "eslint-plugin-vue": "^9.18.1",
87
80
  "eslint-plugin-yml": "^1.10.0",
88
81
  "globals": "^13.23.0",
@@ -93,10 +86,17 @@
93
86
  "yaml-eslint-parser": "^1.2.2"
94
87
  },
95
88
  "devDependencies": {
96
- "@eslint-stylistic/metadata": "^0.1.2",
97
- "@types/fs-extra": "^11.0.3",
89
+ "@eslint-stylistic/metadata": "^1.3.1",
90
+ "@types/fs-extra": "^11.0.4",
98
91
  "fs-extra": "^11.1.1",
99
92
  "react": "^18.2.0",
100
- "tsup": "^7.2.0"
93
+ "tsup": "^7.3.0"
94
+ },
95
+ "scripts": {
96
+ "stub": "tsup src/index.ts --format esm",
97
+ "lint": "pnpm run stub && eslint .",
98
+ "test": "vitest",
99
+ "build": "tsup src/index.ts --format esm,cjs --clean --dts",
100
+ "release": "bumpp package.json --commit --push --tag --commit 'chore: release v'"
101
101
  }
102
- }
102
+ }