@kazupon/eslint-config 0.21.0 → 0.22.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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -518,7 +518,7 @@ async function unicorn(options = {}) {
|
|
|
518
518
|
const unicorn$1 = await loadPlugin("eslint-plugin-unicorn");
|
|
519
519
|
return [{
|
|
520
520
|
files: getGlobSourceFiles(useTypeScript),
|
|
521
|
-
...unicorn$1.configs["recommended"]
|
|
521
|
+
...unicorn$1.configs["flat/recommended"]
|
|
522
522
|
}, {
|
|
523
523
|
name: "@kazupon/unicorn",
|
|
524
524
|
files: getGlobSourceFiles(useTypeScript),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kazupon/eslint-config",
|
|
3
3
|
"description": "ESLint config for @kazupon",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.22.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"email": "kawakazu80@gmail.com",
|
|
7
7
|
"name": "kazuya kawaguchi"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"engines": {
|
|
27
|
-
"node": ">=
|
|
27
|
+
"node": ">= 20"
|
|
28
28
|
},
|
|
29
29
|
"type": "module",
|
|
30
30
|
"files": [
|