Skip to content

Commit

Permalink
Object curly spacing (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisd2l authored Aug 14, 2020
1 parent aad946e commit bb870d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
"no-undef": 2,
"no-unreachable": 2,
"no-unused-vars": [2, {"vars": "all", "args": "after-used"}],
"object-curly-spacing": [2, "always"],
"prefer-const": 2, // nr
"quotes": [2, "single", "avoid-escape"], // nr
"semi": 2, // nr
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-brightspace",
"version": "0.9.0",
"version": "0.10.0",
"description": "Common Brightspace eslint configs.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bb870d7

Please sign in to comment.