diff --git a/.jscsrc b/.jscsrc deleted file mode 100644 index 6cdb7d0..0000000 --- a/.jscsrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "excludeFiles": ["node_modules/**", "coverage/**", "tmp/**"], - "preset": "hexo" -} \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 75f0897..5280bd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ node_js: script: - npm run eslint - - npm run jscs - npm run test-cov after_script: diff --git a/package.json b/package.json index fbfe296..2e31b20 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "main": "index", "scripts": { "eslint": "eslint .", - "jscs": "jscs .", "test": "mocha test/index.js", "test-cov": "istanbul cover --print both _mocha -- test/index.js" }, @@ -34,8 +33,6 @@ "eslint": "^5.9.0", "eslint-config-hexo": "^3.0.0", "istanbul": "^0.4.5", - "jscs": "^3.0.7", - "jscs-preset-hexo": "^1.0.1", "mocha": "^5.2.0" } }