@willbooster/eslint-config-js 11.4.8 → 11.5.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # eslint-config-js
2
2
 
3
3
  A ESLint flat config for JavaScript projects.
4
- You need to do the following command to install peer dependencies.
4
+ Install the package and its peer dependencies.
5
5
 
6
6
  ```sh
7
7
  yarn add -D @willbooster/eslint-config-js \
8
+ @eslint/js \
8
9
  eslint \
9
10
  eslint-config-flat-gitignore \
10
11
  eslint-config-prettier \
11
12
  eslint-plugin-import-x \
12
- eslint-plugin-prettier \
13
13
  eslint-plugin-sort-class-members \
14
14
  eslint-plugin-sort-destructure-keys \
15
15
  eslint-plugin-unicorn \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/eslint-config-js",
3
- "version": "11.4.8",
3
+ "version": "11.5.0",
4
4
  "description": "ESLint flat config for JavaScript projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "prettier": "@willbooster/prettier-config",
28
28
  "devDependencies": {
29
29
  "@eslint/js": "9.39.1",
30
- "@willbooster/prettier-config": "10.2.5",
30
+ "@willbooster/prettier-config": "10.3.0",
31
31
  "eslint": "9.39.1",
32
32
  "eslint-config-flat-gitignore": "2.2.1",
33
33
  "eslint-config-prettier": "10.1.8",