Skip to content

Commit

Permalink
chore: fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed Apr 25, 2020
1 parent 674bf2b commit b8b8a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ module.exports = {
ecmaVersion: 2018,
},
rules: {
"key-spacing" : ["error", { "mode": "strict" }],
},
};

0 comments on commit b8b8a1f

Please sign in to comment.