Add sw.js, workbox/, idb/ to ESLint ignores (auto-generated files)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -18,6 +18,6 @@ export default [
|
||||
},
|
||||
},
|
||||
{
|
||||
ignores: ["node_modules/", "public/build/", "vendor/"],
|
||||
ignores: ["node_modules/", "public/build/", "vendor/", "public/sw.js", "public/workbox/", "public/idb/"],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user