Skip to content

Commit 84d95d1

Browse files
committed
feat(eslint): add eslint ; use @antfu/eslint-config
1 parent c18fa80 commit 84d95d1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

.eslintrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": ["@antfu/eslint-config", "@vue/eslint-config-prettier"],
3+
"rules": {
4+
"no-unused-vars": "off",
5+
"@typescript-eslint/no-unused-vars": "off"
6+
}
7+
}

0 commit comments

Comments
 (0)