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 f409661 commit 18bbcc3Copy full SHA for 18bbcc3
eslint.config.js
@@ -0,0 +1,6 @@
1
+'use strict'
2
+
3
+module.exports = require('neostandard')({
4
+ ignores: require('neostandard').resolveIgnoresFromGitignore(),
5
+ ts: true
6
+})
0 commit comments