Skip to content

Commit

Permalink
Merge pull request #3639 from curbengh/eslint-ci
Browse files Browse the repository at this point in the history
chore(dev-deps): remove unneeded eslint-ci
  • Loading branch information
curbengh committed Jul 29, 2019
2 parents 4931608 + 133048b commit 9b87047
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"hexo": "./bin/hexo"
},
"scripts": {
"eslint": "eslint-ci .",
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc npm run test",
"lint-staged": "lint-staged"
Expand Down Expand Up @@ -68,7 +68,6 @@
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^6.0.1",
"eslint-ci": "^1.0.0",
"eslint-config-hexo": "^3.0.0",
"hexo-renderer-marked": "^1.0.1",
"husky": "^3.0.0",
Expand Down

0 comments on commit 9b87047

Please sign in to comment.