Skip to content

Commit bc2c9b7

Browse files
committed
🚨 appease the linter
1 parent 337ff3c commit bc2c9b7

File tree

5 files changed

+57
-78
lines changed

5 files changed

+57
-78
lines changed

‎.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
rules: {
1212
"arrow-spacing": "error",
1313
"brace-style": ["error", "1tbs"],
14+
"keyword-spacing": "error",
1415
"object-curly-spacing": ["error", "always"]
1516
},
1617
overrides: [

0 commit comments

Comments
 (0)