Merge branch 'diffdom' of github.com:xwiki-labs/cryptpad into demoEffect
This commit is contained in:
commit
71f13fc60c
5
.jshintignore
Normal file
5
.jshintignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
node_modules/
|
||||||
|
www/bower_components/
|
||||||
|
www/code/codemirror-5.7/
|
||||||
|
www/code/mode/
|
||||||
|
www/code/codemirror.js
|
||||||
6
.jshintrc
Normal file
6
.jshintrc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"laxcomma": true,
|
||||||
|
"laxbreak": true,
|
||||||
|
"node": true,
|
||||||
|
"sub": true
|
||||||
|
}
|
||||||
@ -7,5 +7,11 @@
|
|||||||
"ws": "^1.0.1",
|
"ws": "^1.0.1",
|
||||||
"level": "~1.4.0",
|
"level": "~1.4.0",
|
||||||
"nthen": "~0.1.0"
|
"nthen": "~0.1.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"jshint": "~2.9.1"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"lint": "jshint --config .jshintrc --exclude-path .jshintignore ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
travis.yml
Normal file
4
travis.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "0.12"
|
||||||
|
script: npm run-script lint
|
||||||
Loading…
x
Reference in New Issue
Block a user