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

Commit

Permalink
Merge pull request #65 from ginetta/v2/update-linter
Browse files Browse the repository at this point in the history
V2/update linter
  • Loading branch information
lucalanca committed Sep 22, 2015
2 parents 7d52acc + 40fdb13 commit f0a1c6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gulp-concat": "^2.5.2",
"gulp-css-globbing": "^0.1.7",
"gulp-data": "^1.2.0",
"gulp-eslint": "^0.12.0",
"gulp-eslint": "^1.0.0",
"gulp-help": "^1.3.4",
"gulp-jade": "^1.0.0",
"gulp-jade-globbing": "0.1.6",
Expand Down

0 comments on commit f0a1c6b

Please sign in to comment.