File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed
Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -30,35 +30,7 @@ module.exports = {
3030 } ,
3131 } ,
3232 rules : {
33- 'import/no-unresolved' : [
34- 'error' ,
35- {
36- ignore : [
37- 'virtual:*' ,
38- 'astro:*' ,
39- 'uno.css' ,
40- // https://github.com/import-js/eslint-plugin-import/issues/1810
41- 'firebase-functions/logger' ,
42- 'firebase-functions/v2/https' ,
43- 'firebase-functions/v1' ,
44- 'firebase-admin/app' ,
45- 'firebase-admin/firestore' ,
46- 'firebase-admin/auth' ,
47- '@astrojs/[^/]+$' ,
48- 'astro/config' ,
49- 'astro/middleware' ,
50- 'unocss/astro' ,
51- 'unplugin-auto-import/astro' ,
52- 'mime/lite' ,
53- 'image-size/fromFile' ,
54- '@@.*' ,
55- 'content/.*' ,
56- '~/.*' ,
57- 'photoswipe/lightbox' ,
58- 'photoswipe/style.css' ,
59- ] ,
60- } ,
61- ] ,
33+ 'import/no-unresolved' : 'off' , // https://github.com/import-js/eslint-plugin-import/issues/1810
6234 'import/no-named-as-default' : 'off' ,
6335 'no-unused-vars' : 'off' ,
6436 '@typescript-eslint/no-unused-vars' : [ 'warn' ] ,
You can’t perform that action at this time.
0 commit comments