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 c4df25f commit 0e8b9f6Copy full SHA for 0e8b9f6
eslint.config.js
@@ -0,0 +1,9 @@
1
+'use strict'
2
+
3
+module.exports = require('neostandard')({
4
+ ignores: [
5
+ ...require('neostandard').resolveIgnoresFromGitignore(),
6
+ 'lib/schema-validator.js'
7
+ ],
8
+ ts: true
9
+})
0 commit comments