Skip to content

Commit

Permalink
feat: jprouse/US153861-double-spaces-rule (#60)
Browse files Browse the repository at this point in the history
feat: * US153861 - add rule

* US153861 - update syntax

* US153861 - add to common

---------

Co-authored-by: Jake Prouse <Jake.Prouse@D2L.com>
  • Loading branch information
JakeProuse and Jake Prouse authored Jul 6, 2023
1 parent 4a549a0 commit 79751ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
"no-fallthrough": 2,
"no-invalid-this": 2, // nr
"no-multiple-empty-lines": [2, {"max": 1}], // nr
"no-multi-spaces": 2, // nr
"no-new-wrappers": 2, // nr
"no-trailing-spaces": 2, // nr
"no-undef": 2,
Expand Down

0 comments on commit 79751ff

Please # to comment.