Browse Source

commit message

liujing 2 weeks ago
parent
commit
cd57c441e1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      eslint.config.js

+ 3 - 3
eslint.config.js

@@ -20,8 +20,8 @@ export default defineConfig(
       ],
       'unocss/order-attributify': 'off'
     }
+  },
+  {
+    ignores: ['src']
   }
-  // {
-  //   ignores: ['src']
-  // }
 );