From 6e90d0861402562b84583c0698343d1a7bc52040 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Thu, 7 Apr 2016 16:57:51 +0300 Subject: [PATCH] style(workflow): semistandard instead eslint and config packages --- .eslintrc | 3 --- package.json | 16 +++------------- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 .eslintrc diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index c147bff..0000000 --- a/.eslintrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "semistandard" -} diff --git a/package.json b/package.json index 02f53b2..f85b16a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "ghooks": { "commit-msg": "validate-commit-msg", - "pre-commit": "npm run format && npm run lint" + "pre-commit": "npm run lint" } }, "contributors": [ @@ -34,17 +34,8 @@ "devDependencies": { "commit-release": "0.5.0", "cz-conventional-changelog": "1.1.5", - "esformatter-literal-notation": "1.0.1", - "esformatter-semicolon-first": "1.1.0", - "esformatter-spaced-lined-comment": "2.0.1", - "eslint": "2.6.0", - "eslint-config-semistandard": "6.0.1", - "eslint-config-standard": "5.1.0", - "eslint-plugin-promise": "1.1.0", - "eslint-plugin-react": "4.2.3", - "eslint-plugin-standard": "1.3.2", "ghooks": "1.0.3", - "semistandard-format": "2.1.0", + "semistandard": "7.0.5", "validate-commit-msg": "2.3.1" }, "homepage": "https://github.com/JamieMason/shrinkpack", @@ -69,7 +60,6 @@ }, "scripts": { "commit-release": "commit-release", - "format": "semistandard-format -w", - "lint": "eslint --config .eslintrc . --fix" + "lint": "semistandard" } }