Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic committed May 5, 2016
1 parent 950aa3b commit 78233d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
"no-lonely-if": 0, // disallow if as the only statement in an else block (off by default)
"no-new-object": 1, // disallow use of the Object constructor
"no-spaced-func": 1, // disallow space between function identifier and application
"semi-spacing": 1, // disallow space before semicolon
"no-ternary": 0, // disallow the use of ternary operators (off by default)
"no-trailing-spaces": 1, // disallow trailing whitespace at the end of lines
"no-underscore-dangle": 0, // disallow dangling underscores in identifiers
Expand Down

0 comments on commit 78233d5

Please sign in to comment.