eslint-config-silverwind 48.1.0 → 48.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.
Files changed (2) hide show
  1. package/index.json +4 -1
  2. package/package.json +5 -5
package/index.json CHANGED
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "env": {
13
13
  "browser": true,
14
- "es2021": true,
14
+ "es2022": true,
15
15
  "node": true
16
16
  },
17
17
  "overrides": [
@@ -1497,6 +1497,9 @@
1497
1497
  "unicorn/template-indent": [
1498
1498
  2
1499
1499
  ],
1500
+ "unicorn/text-encoding-identifier-case": [
1501
+ 0
1502
+ ],
1500
1503
  "unicorn/throw-new-error": [
1501
1504
  2
1502
1505
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "48.1.0",
3
+ "version": "48.2.0",
4
4
  "description": "Personal ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -14,13 +14,13 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "eslint-plugin-import": "^2.25.4",
17
- "eslint-plugin-unicorn": "^40.0.0"
17
+ "eslint-plugin-unicorn": "^41.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "eslint": "8.6.0",
20
+ "eslint": "8.9.0",
21
21
  "js-yaml": "4.1.0",
22
- "updates": "13.0.0",
23
- "versions": "9.2.1"
22
+ "updates": "13.0.2",
23
+ "versions": "9.2.2"
24
24
  },
25
25
  "keywords": [
26
26
  "eslint",