Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
04578ce7
Commit
04578ce7
authored
May 20, 2015
by
Nick Stenning
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add jshint and hound config
parent
6ccdf6a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
0 deletions
+44
-0
.hound.yml
.hound.yml
+9
-0
.jshintignore
.jshintignore
+7
-0
.jshintrc
.jshintrc
+28
-0
No files found.
.hound.yml
0 → 100644
View file @
04578ce7
coffeescript
:
enabled
:
false
javascript
:
config_file
:
.jshintrc
ignore_file
:
.jshintignore
ruby
:
enabled
:
false
scss
:
enabled
:
false
.jshintignore
0 → 100644
View file @
04578ce7
build/
docs/
node_modules/
h/browser/chrome/content/
h/static/scripts/vendor/
h/templates/
**/*.min.js
.jshintrc
0 → 100644
View file @
04578ce7
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"latedef": "nofunc",
"maxcomplexity": 10,
"strict": true,
"undef": true,
"unused": true,
"globals": {
"chrome": false,
"h": false,
"Promise": false,
"angular": false,
"chai": false,
"moment": false,
"jstz": false,
"sinon": false,
"JSON": false
},
"browser": true,
"browserify": true,
"mocha": true,
"phantom": true,
"jquery": true
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment