mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-06-15 03:47:11 +02:00
Add files to ignore to eslint config
This commit is contained in:
@@ -6,6 +6,7 @@ import stylistic from "@stylistic/eslint-plugin";
|
||||
export default defineConfig([
|
||||
{
|
||||
files: ["**/*.{js,mjs,cjs}"],
|
||||
ignores: ["node_modules/**", "out/**"],
|
||||
plugins: { js, "@stylistic": stylistic },
|
||||
extends: ["js/recommended"],
|
||||
languageOptions: { globals: { ...globals.browser, ...globals.node } },
|
||||
|
||||
Reference in New Issue
Block a user