Skip to content

Commit 1475de6

Browse files
committed
Add simple eslint config
Adds in the next version of @feross's StandardJS eslint preset. I kept this separate so as to not overwhelm the type stripping diff with format fixes.
1 parent fc81cfb commit 1475de6

File tree

3 files changed

+4264
-772
lines changed

3 files changed

+4264
-772
lines changed

eslint.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)