Update JSCS includes and excludes
This commit is contained in:
committed by
BehindTheMath
parent
a2e6cfc0af
commit
e586440964
3
.jscsrc
3
.jscsrc
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"excludeFiles": [
|
"excludeFiles": [
|
||||||
"node_modules/**"
|
"node_modules/**",
|
||||||
|
"pjax.js"
|
||||||
],
|
],
|
||||||
"fileExtensions": [
|
"fileExtensions": [
|
||||||
".js"
|
".js"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
"tape": "^3.0.0"
|
"tape": "^3.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "jscs **/*.js && jshint . --exclude-path .gitignore",
|
"lint": "jscs . && jshint . --exclude-path .gitignore",
|
||||||
"standalone": "browserify index.js --standalone Pjax > pjax.js",
|
"standalone": "browserify index.js --standalone Pjax > pjax.js",
|
||||||
"build-debug": "browserify index.js --debug --standalone Pjax > pjax.js",
|
"build-debug": "browserify index.js --debug --standalone Pjax > pjax.js",
|
||||||
"tests": "tape -r ./tests/index.js ./tests/**/*.js",
|
"tests": "tape -r ./tests/index.js ./tests/**/*.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user