Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Removes a deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lejoe committed Sep 1, 2015
1 parent 37cbe56 commit 40fdb13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ rules:
# controls location of Use Strict Directives
strict: [2, "global"]

# (deprecated) require or disallow the "use strict" pragma in the global
# scope (off by default in the node environment)
global-strict: [2, "always"]

# disallow use of multiple spaces
no-multi-spaces: [0]

Expand Down

0 comments on commit 40fdb13

Please sign in to comment.