We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c6e68 commit 9298793Copy full SHA for 9298793
.eslintrc.json
@@ -15,6 +15,7 @@
15
},
16
"plugins": ["@typescript-eslint"],
17
"rules": {
18
+ "no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
19
"indent": ["error", 2],
20
"linebreak-style": ["error", "unix"],
21
"quotes": ["error", "single"],
0 commit comments