We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7268eb9 commit 38b06b7Copy full SHA for 38b06b7
.eslintrc.json
@@ -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