@willbooster/eslint-config-js 11.4.1 → 11.4.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.
Files changed (2) hide show
  1. package/eslint.config.js +1 -1
  2. package/package.json +10 -10
package/eslint.config.js CHANGED
@@ -11,7 +11,7 @@ import globals from 'globals';
11
11
  export default [
12
12
  // Note: don't merge the below two objects!
13
13
  {
14
- files: ['{,src/**/,tests/**/,scripts/**/}*.{cjs,js,mjs}'],
14
+ files: ['{,prisma/**/,src/**/,test/**/,scripts/**/}*.{cjs,js,mjs}'],
15
15
  },
16
16
  {
17
17
  ignores: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/eslint-config-js",
3
- "version": "11.4.1",
3
+ "version": "11.4.3",
4
4
  "description": "A ESLint flat config for JavaScript projects",
5
5
  "license": "Apache-2.0",
6
6
  "author": "WillBooster Inc.",
@@ -10,32 +10,32 @@
10
10
  "eslint.config.js"
11
11
  ],
12
12
  "scripts": {
13
- "check-all-for-ai": "yarn check-for-ai && yarn test --silent",
13
+ "check-all-for-ai": "yarn check-for-ai && yarn test",
14
14
  "check-for-ai": "yarn install > /dev/null && yarn format > /dev/null 2> /dev/null || true && yarn lint-fix --quiet && yarn typecheck",
15
15
  "cleanup": "yarn format && yarn lint-fix",
16
16
  "format": "sort-package-json && yarn prettify",
17
17
  "lint": "eslint --color",
18
18
  "lint-fix": "yarn lint --fix",
19
- "prettify": "prettier --cache --color --write \"**/{.*/,}*.{cjs,css,cts,htm,html,java,js,json,json5,jsonc,jsx,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}\" \"!**/test{-,/}fixtures/**\"",
19
+ "prettify": "prettier --cache --color --write \"**/{.*/,}*.{cjs,css,cts,htm,html,java,js,json,json5,jsonc,jsx,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}\" \"!**/test{-,/}fixtures/**\" || true",
20
20
  "test": "yarn lint"
21
21
  },
22
22
  "prettier": "@willbooster/prettier-config",
23
23
  "devDependencies": {
24
- "@eslint/js": "9.31.0",
24
+ "@eslint/js": "9.35.0",
25
25
  "@willbooster/prettier-config": "10.2.0",
26
- "eslint": "9.31.0",
26
+ "eslint": "9.35.0",
27
27
  "eslint-config-flat-gitignore": "2.1.0",
28
- "eslint-config-prettier": "10.1.5",
28
+ "eslint-config-prettier": "10.1.8",
29
29
  "eslint-plugin-import-x": "4.16.1",
30
30
  "eslint-plugin-sort-class-members": "1.21.0",
31
31
  "eslint-plugin-sort-destructure-keys": "2.0.0",
32
- "eslint-plugin-unicorn": "59.0.1",
33
- "eslint-plugin-unused-imports": "4.1.4",
32
+ "eslint-plugin-unicorn": "61.0.2",
33
+ "eslint-plugin-unused-imports": "4.2.0",
34
34
  "globals": "16.3.0",
35
- "lint-staged": "16.1.2",
35
+ "lint-staged": "16.1.6",
36
36
  "micromatch": "4.0.8",
37
37
  "prettier": "3.6.2",
38
- "prettier-plugin-java": "2.7.1",
38
+ "prettier-plugin-java": "2.7.4",
39
39
  "sort-package-json": "3.4.0"
40
40
  },
41
41
  "peerDependencies": {