Skip to content

Commit 2b45d2b

Browse files
committed
migrate ignore
1 parent d3e47a4 commit 2b45d2b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.eslintignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ export default [
7777
'unicorn/no-null': 'off', // We don't know the impact on mxGraph code
7878
'unicorn/no-useless-undefined': 'off', // The "undefined" value is useful where we use it and change some mxGraph code
7979
},
80+
ignores: [
81+
'.github/',
82+
'.idea/',
83+
'/build/',
84+
'/config/',
85+
'/dist/',
86+
'node_modules/',
87+
'scripts/utils/dist/',
88+
'test/performance/data/',
89+
],
8090
},
8191

8292
// typescript

0 commit comments

Comments
 (0)