Skip to content

Commit

Permalink
Disallow spaces inside of computed properties
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 5, 2019
1 parent 1bd2f52 commit 532d389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslintrc.json
Expand Up @@ -41,6 +41,7 @@
}],
"comma-spacing": ["error", { "before": false, "after": true }],
"comma-style": ["error", "last"],
"computed-property-spacing": ["error", "never"],
"constructor-super": "error",
"curly": ["error", "multi-line"],
"dot-location": ["error", "property"],
Expand Down Expand Up @@ -206,7 +207,6 @@

"promise/param-names": "error",

"standard/computed-property-even-spacing": ["error", "even"],
"standard/no-callback-literal": "error",
"standard/no-callback-literal": "error"
}
}

0 comments on commit 532d389

Please sign in to comment.