Skip to content

Commit

Permalink
Add "no-multi-spaces" linting rule
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanovRoman committed Oct 22, 2016
1 parent 121d047 commit 8efb544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -45,6 +45,7 @@
"no-multi-str": 2,
"no-multiple-empty-lines": 2,
"no-new": 2,
"no-multi-spaces": "error",
"no-proto": 2,
"no-script-url": 2,
"no-sequences": 2,
Expand Down

0 comments on commit 8efb544

Please sign in to comment.