Skip to content

Commit 9f9ab7c

Browse files
committed
Fix double 'indent' key in eslint rules
1 parent 2bd2ac4 commit 9f9ab7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = {
77
}
88
},
99
rules: {
10-
indent: [1, "spaces"],
1110
"linebreak-style": [1, "unix"],
1211
quotes: [1, "single"],
1312
"max-len": [1, 120],

0 commit comments

Comments
 (0)