Skip to content

Commit 52e96d2

Browse files
Luka Dornheckerlukad
authored andcommitted
add json-schema-test-suite to eslint ignores
1 parent 69561bc commit 52e96d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

eslint.config.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
import antfu from '@antfu/eslint-config'
22

33
export default antfu({
4-
ignores: ['test/v0-baseline-test-results.json', 'v0/**', 'scripts/**'],
4+
ignores: [
5+
'test/v0-baseline-test-results.json',
6+
'v0/**',
7+
'scripts/**',
8+
'json-schema-test-suite/**',
9+
],
510
markdown: false,
611
modules: false,
712
rules: {

0 commit comments

Comments
 (0)