We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7960c7b commit 63ad12fCopy full SHA for 63ad12f
.eslintrc.js
@@ -4,6 +4,10 @@ module.exports = {
4
},
5
"extends": "eslint:recommended",
6
"rules": {
7
+ "comma-dangle": [
8
+ "warn",
9
+ "always-multiline"
10
+ ],
11
"indent": [
12
"error",
13
"tab"
0 commit comments