eslint-config-complete 1.6.1 → 1.6.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.
@@ -1 +1 @@
1
- {"version":3,"file":"base-import-x.d.ts","sourceRoot":"","sources":["../../src/base/base-import-x.js"],"names":[],"mappings":"AAuOA;;;;;;;;;GASG;AACH,8FA0EE"}
1
+ {"version":3,"file":"base-import-x.d.ts","sourceRoot":"","sources":["../../src/base/base-import-x.js"],"names":[],"mappings":"AAuOA;;;;;;;;;GASG;AACH,8FA8EE"}
@@ -255,10 +255,14 @@ export const baseImportX = tseslint.config({
255
255
  "prettier.config.mjs",
256
256
  "rollup.config.js",
257
257
  "rollup.config.mjs",
258
+ "sidebars.js", // Docusaurus config file
259
+ "sidebars.ts", // Docusaurus config file
258
260
  "typedoc.config.js",
259
261
  "typedoc.config.mjs",
260
262
  "vite.config.js",
261
263
  "vite.config.mjs",
264
+ "webpack.config.js",
265
+ "webpack.config.mjs",
262
266
  ],
263
267
  rules: {
264
268
  "import-x/no-default-export": "off",
@@ -1 +1 @@
1
- {"version":3,"file":"base-typescript-eslint.d.ts","sourceRoot":"","sources":["../../src/base/base-typescript-eslint.js"],"names":[],"mappings":"AAEA;;;GAGG;AACH,uGA+hBE"}
1
+ {"version":3,"file":"base-typescript-eslint.d.ts","sourceRoot":"","sources":["../../src/base/base-typescript-eslint.js"],"names":[],"mappings":"AAEA;;;GAGG;AACH,uGAkiBE"}
@@ -42,6 +42,9 @@ export const baseTypeScriptESLint = tseslint.config({
42
42
  "typedoc.config.js",
43
43
  "typedoc.config.cjs",
44
44
  "typedoc.config.mjs",
45
+ "webpack.config.js",
46
+ "webpack.config.cjs",
47
+ "webpack.config.mjs",
45
48
  ],
46
49
  // By default, the whitelisted files above will use the default TypeScript compiler
47
50
  // options. However, certain ESLint rules such as
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-complete",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "description": "A sharable ESLint config for TypeScript projects.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -35,24 +35,24 @@
35
35
  "lint": "tsx ./scripts/lint.ts"
36
36
  },
37
37
  "dependencies": {
38
- "@stylistic/eslint-plugin": "4.0.1",
38
+ "@stylistic/eslint-plugin": "4.1.0",
39
39
  "confusing-browser-globals": "1.0.11",
40
40
  "eslint-import-resolver-typescript": "3.8.3",
41
- "eslint-plugin-complete": "1.0.8",
41
+ "eslint-plugin-complete": "1.0.11",
42
42
  "eslint-plugin-import-x": "4.6.1",
43
43
  "eslint-plugin-jsdoc": "50.6.3",
44
44
  "eslint-plugin-n": "17.15.1",
45
45
  "eslint-plugin-unicorn": "57.0.0",
46
- "typescript-eslint": "8.24.1"
46
+ "typescript-eslint": "8.25.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@eslint/js": "9.21.0",
50
50
  "@types/confusing-browser-globals": "1.0.3",
51
51
  "@types/eslint-config-prettier": "6.11.3",
52
52
  "@types/node": "22.13.5",
53
- "complete-common": "^1.1.1",
54
- "complete-node": "^3.0.1",
55
- "eslint-config-prettier": "10.0.1",
53
+ "complete-common": "1.3.0",
54
+ "complete-node": "3.1.8",
55
+ "eslint-config-prettier": "10.0.2",
56
56
  "extract-comments": "1.1.0",
57
57
  "typescript": "5.7.3"
58
58
  }