Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d38b6ae7
...
d38b6ae7ad08cc2e7532a9dc69df08e390063669
authored
2013-09-11 01:03:15 +0200
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Disallow enforce === equality in .jshintrc file
1 parent
28ca2d0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.jshintrc
.jshintrc
View file @
d38b6ae
...
...
@@ -3,7 +3,7 @@
"browser": true,
"debug": true,
"devel": true,
"eqeqeq":
tru
e,
"eqeqeq":
fals
e,
"eqnull": true,
"evil": true,
"maxparams": 5,
...
...
Please
register
or
sign in
to post a comment