Skip to content

Commit 78ec24d

Browse files
committedApr 29, 2024·
chore: update eslint preset
1 parent b2f4523 commit 78ec24d

File tree

3 files changed

+64
-72
lines changed

3 files changed

+64
-72
lines changed
 

‎eslint.config.mjs

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ export default unjs(
77
"**/.nitro",
88
"**/.netlify",
99
"**/.nuxt"
10-
]
11-
},
12-
{
10+
],
1311
rules: {
1412
"unicorn/no-null": 0,
1513
"no-undef": 0,
1614
"@typescript-eslint/no-unused-vars": 0,
1715
"unicorn/filename-case": 0,
18-
"unicorn/consistent-function-scoping": 0
19-
}
16+
"unicorn/consistent-function-scoping": 0,
17+
},
2018
}
2119
);

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"changelogen": "^0.5.5",
156156
"edge-runtime": "^2.5.9",
157157
"eslint": "^9.1.1",
158-
"eslint-config-unjs": "0.3.0-rc.6",
158+
"eslint-config-unjs": "0.3.0-rc.7",
159159
"execa": "^8.0.1",
160160
"expect-type": "^0.19.0",
161161
"firebase-admin": "^12.1.0",

‎pnpm-lock.yaml

+60-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.