You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/factory.ts
+5
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ import {
6
6
astro,
7
7
command,
8
8
comments,
9
+
disables,
9
10
ignores,
10
11
imports,
11
12
javascript,
@@ -282,6 +283,10 @@ export function antfu(
282
283
))
283
284
}
284
285
286
+
configs.push(
287
+
disables(),
288
+
)
289
+
285
290
if('files'inoptions){
286
291
thrownewError('[@antfu/eslint-config] The first argument should not contain the "files" property as the options are supposed to be global. Place it in the second or later config instead.')
0 commit comments