@faergeek/eslint-config 5.1.70 → 5.1.72

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faergeek/eslint-config",
3
- "version": "5.1.70",
3
+ "version": "5.1.72",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <faergeek@gmail.com>",
@@ -11,12 +11,13 @@
11
11
  "scripts": {
12
12
  "lint": "eslint --max-warnings 0 .",
13
13
  "lint:check-prettier-conflicts": "eslint-config-prettier test.js",
14
- "prettier": "prettier --write .",
15
- "prettier:check": "prettier --list-different ."
14
+ "format": "prettier --write .",
15
+ "format:check": "prettier --list-different ."
16
16
  },
17
17
  "peerDependencies": {
18
18
  "eslint": ">= 7"
19
19
  },
20
+ "packageManager": "pnpm@8.15.1",
20
21
  "dependencies": {
21
22
  "@typescript-eslint/eslint-plugin": "^6.0.0",
22
23
  "@typescript-eslint/parser": "^6.0.0",
@@ -24,7 +25,7 @@
24
25
  "eslint-plugin-jest": "^27.0.0",
25
26
  "eslint-plugin-react": "^7.23.2",
26
27
  "eslint-plugin-react-hooks": "^4.2.0",
27
- "eslint-plugin-simple-import-sort": "^10.0.0"
28
+ "eslint-plugin-simple-import-sort": "^12.0.0"
28
29
  },
29
30
  "devDependencies": {
30
31
  "@commitlint/cli": "^18.0.0",