You've already forked tf2wikipricing
lint: exclude localization string files
This commit is contained in:
@@ -15,5 +15,13 @@ export default defineConfig([
|
||||
},
|
||||
languageOptions: { globals: globals.browser }
|
||||
},
|
||||
{ files: ["**/strings/*.js"], plugins: { js }, extends: ["js/recommended"] },
|
||||
tseslint.configs.recommended,
|
||||
{
|
||||
rules: {
|
||||
"@typescript-eslint/no-require-imports": "off"
|
||||
},
|
||||
languageOptions: { sourceType: "commonjs" }
|
||||
},
|
||||
{ files: ["**/*.css"], plugins: { css }, language: "css/css", extends: ["css/recommended"] },
|
||||
]);
|
||||
Reference in New Issue
Block a user