We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7b584 commit 7509d45Copy full SHA for 7509d45
eslint.config.js
@@ -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