8000 chore: include eslint.config · unjs/pathe@c885fe6 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit c885fe6

Browse files
committed
chore: include eslint.config
1 parent bce11a5 commit c885fe6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ types
66
.DS_Store
77
.eslintcache
88
*.log*
9-
*.conf*
109
*.env*

eslint.config.mjs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
import unjs from 'eslint-config-unjs'
3+
4+
// https://github.com/unjs/eslint-config
5+
export default unjs({
6+
ignores: [],
7+
rules: {
8+
"unicorn/no-null": "off",
9+
"unicorn/prefer-at": "off",
10+
"unicorn/prevent-abbreviations": "off"
11+
},
12+
});

0 commit comments

Comments
 (0)
0