Skip to content

Commit 89c812e

Browse files
committed
Update ignores
1 parent 22986c5 commit 89c812e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import { configs } from '@nullvoxpopuli/eslint-configs';
33
// accommodates: JS, TS, App, Addon, and V2 Addon
44
export default [
55
...configs.ember(import.meta.dirname),
6+
{
7+
ignores: ['node_modules', 'dist', 'dist-test', 'test-apps'],
8+
},
69
{
710
files: ['**/*.ts'],
811
rules: {

0 commit comments

Comments
 (0)