From b25890f70a90dd075ce7d2a959007785ebdafee3 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 8 Feb 2018 16:27:54 +0300 Subject: [PATCH] build: change standard to xo --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e3fc68f..4a14a01 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "commitmsg": "commitlint --extends=@commitlint/config-angular -e", "postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"", "prepare": "npm run build", - "build": "rimraf lib && babel src -d lib", + "build": "rimraf cli.js && babel src -d .", "test": "nyc ava" }, "files": [ @@ -52,7 +52,6 @@ "coveralls": "^3.0.0", "cpy": "^6.0.0", "eslint": "^4.15.0", - "eslint-config-standard": "^11.0.0-beta.0", "eslint-plugin-ava": "^4.4.0", "eslint-plugin-babel": "^4.1.2", "eslint-plugin-html": "^4.0.1", @@ -60,7 +59,7 @@ "eslint-plugin-markdown": "^1.0.0-beta.7", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", - "eslint-plugin-standard": "^3.0.1", + "eslint-plugin-unicorn": "^3.0.1", "execa": "^0.9.0", "husky": "^0.14.3", "lint-staged": "^6.0.1",