mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-07-26 10:28:46 +00:00
clean up ignored files
This commit is contained in:
+1
-2
@@ -5,8 +5,7 @@ import eslintPluginPrettier from 'eslint-plugin-prettier/recommended';
|
||||
|
||||
/** @type {import('eslint').Linter.Config[]} */
|
||||
export default [
|
||||
{ files: ['packages/**/*.ts']},
|
||||
{ ignores: ['**/*.test.js','eslint.config.mjs','examples/*'] },
|
||||
{ ignores: ['apps/**/*', '**/*.test.js','eslint.config.mjs','**/dist/**/*'] },
|
||||
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
|
||||
pluginJs.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
|
||||
Reference in New Issue
Block a user