Skip to content

Commit 38b06b7

Browse files
committed
ESLint config
1 parent 7268eb9 commit 38b06b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.eslintrc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"root": true,
3+
"plugins": ["github"],
4+
"extends": ["plugin:github/recommended", "plugin:github/typescript"],
5+
"rules": {
6+
"import/extensions": ["error", "never"],
7+
"prettier/prettier": "off"
8+
}
9+
}

0 commit comments

Comments
 (0)