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 fc81cfb commit 1475de6Copy full SHA for 1475de6
eslint.config.js
@@ -0,0 +1,8 @@
1
+import neostandard, { resolveIgnoresFromGitignore } from 'neostandard'
2
+
3
+export default neostandard({
4
+ ts: true,
5
+ ignores: [
6
+ ...resolveIgnoresFromGitignore(),
7
+ ],
8
+})
0 commit comments