Skip to content

Commit

Permalink
Add rules for spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Quintás committed May 28, 2018
1 parent 9488082 commit 5539530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ module.exports = {
"next": ["const"]
},
],
"key-spacing": "error",
"no-multi-spaces": "error",
// React lint rules
"react/jsx-no-bind": ["error", {
"allowArrowFunctions": true,
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-orbit",
"version": "1.0.9",
"version": "1.0.10",
"description": "Orbit (www.orbitdigital.com) rules for eslint",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5539530

Please sign in to comment.