@willbooster/eslint-config-js 11.1.0 → 11.2.0

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/README.md CHANGED
@@ -6,6 +6,7 @@ You need to do the following command to install peer dependencies.
6
6
  ```sh
7
7
  yarn add -D @willbooster/eslint-config-js \
8
8
  eslint \
9
+ eslint-config-flat-gitignore \
9
10
  eslint-config-prettier \
10
11
  eslint-plugin-import-x \
11
12
  eslint-plugin-prettier \
package/eslint.config.js CHANGED
@@ -16,6 +16,7 @@ export default [
16
16
  {
17
17
  ignores: [
18
18
  // Directories
19
+ '**/.venv/**',
19
20
  '**/.yarn/**',
20
21
  '**/3rd-party/**',
21
22
  '**/@types/**',
@@ -120,7 +121,6 @@ export default [
120
121
  ],
121
122
  },
122
123
  },
123
- // Add eslint-config-flat-gitignore before eslintConfigPrettier
124
124
  eslintConfigFlatGitignore(),
125
125
  // cf. https://github.com/prettier/eslint-config-prettier#installation
126
126
  eslintConfigPrettier,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/eslint-config-js",
3
- "version": "11.1.0",
3
+ "version": "11.2.0",
4
4
  "description": "A ESLint flat config for JavaScript projects",
5
5
  "license": "Apache-2.0",
6
6
  "author": "WillBooster Inc.",
@@ -19,18 +19,18 @@
19
19
  },
20
20
  "prettier": "@willbooster/prettier-config",
21
21
  "devDependencies": {
22
- "@eslint/js": "9.22.0",
22
+ "@eslint/js": "9.23.0",
23
23
  "@willbooster/prettier-config": "10.0.0",
24
- "eslint": "9.21.0",
24
+ "eslint": "9.23.0",
25
25
  "eslint-config-flat-gitignore": "2.1.0",
26
26
  "eslint-config-prettier": "10.1.1",
27
- "eslint-plugin-import-x": "4.6.1",
27
+ "eslint-plugin-import-x": "4.9.3",
28
28
  "eslint-plugin-sort-class-members": "1.21.0",
29
29
  "eslint-plugin-sort-destructure-keys": "2.0.0",
30
- "eslint-plugin-unicorn": "57.0.0",
30
+ "eslint-plugin-unicorn": "58.0.0",
31
31
  "eslint-plugin-unused-imports": "4.1.4",
32
32
  "globals": "16.0.0",
33
- "lint-staged": "15.4.3",
33
+ "lint-staged": "15.5.0",
34
34
  "micromatch": "4.0.8",
35
35
  "prettier": "3.5.3",
36
36
  "sort-package-json": "3.0.0"