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 d3b134a commit ccbe59dCopy full SHA for ccbe59d
.gitignore
@@ -6,6 +6,5 @@ types
6
.DS_Store
7
.eslintcache
8
*.log*
9
-*.conf*
10
*.env*
11
!vitest.config.ts
eslint.config.mjs
@@ -0,0 +1,15 @@
1
+import unjs from "eslint-config-unjs";
2
+
3
+export default unjs({
4
+ ignores: [
5
+ // ignore paths
+ ],
+ rules: {
+ // rule overrides
+ },
+ markdown: {
12
+ // markdown rule overrides
13
14
15
+});
0 commit comments