Update JSCS includes and excludes

This commit is contained in:
Behind The Math
2018-01-09 00:44:04 -05:00
committed by BehindTheMath
parent a2e6cfc0af
commit e586440964
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{ {
"excludeFiles": [ "excludeFiles": [
"node_modules/**" "node_modules/**",
"pjax.js"
], ],
"fileExtensions": [ "fileExtensions": [
".js" ".js"

View File

@@ -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",