We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22986c5 commit 89c812eCopy full SHA for 89c812e
1 file changed
eslint.config.mjs
@@ -3,6 +3,9 @@ import { configs } from '@nullvoxpopuli/eslint-configs';
3
// accommodates: JS, TS, App, Addon, and V2 Addon
4
export default [
5
...configs.ember(import.meta.dirname),
6
+ {
7
+ ignores: ['node_modules', 'dist', 'dist-test', 'test-apps'],
8
+ },
9
{
10
files: ['**/*.ts'],
11
rules: {
0 commit comments