Skip to content

Commit 7509d45

Browse files
committed
chore: add eslint.config.js
1 parent 3f7b584 commit 7509d45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: eslint.config.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
'use strict'
2+
3+
module.exports = require('neostandard')({
4+
ignores: [
5+
...require('neostandard').resolveIgnoresFromGitignore(),
6+
'schema-validator.js'
7+
],
8+
ts: true
9+
})

0 commit comments

Comments
 (0)