mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-25 08:49:02 +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[]} */
|
/** @type {import('eslint').Linter.Config[]} */
|
||||||
export default [
|
export default [
|
||||||
{ files: ['packages/**/*.ts']},
|
{ ignores: ['apps/**/*', '**/*.test.js','eslint.config.mjs','**/dist/**/*'] },
|
||||||
{ ignores: ['**/*.test.js','eslint.config.mjs','examples/*'] },
|
|
||||||
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
|
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
|
||||||
pluginJs.configs.recommended,
|
pluginJs.configs.recommended,
|
||||||
...tseslint.configs.recommended,
|
...tseslint.configs.recommended,
|
||||||
|
|||||||
Reference in New Issue
Block a user