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/index.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ import {
21
21
typescript,
22
22
unicorn,
23
23
unocss,
24
+
disables,
24
25
vue,
25
26
}from'./configs'
26
27
import{
@@ -262,6 +263,8 @@ export async function defineConfig(
262
263
)
263
264
}
264
265
266
+
configs.push(disables())
267
+
265
268
if('files'inoptions){
266
269
thrownewError('[@coderwyd/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