From f7d2db1fc489d030827ca96353dfaca71a4e4e6f Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Thu, 15 Feb 2018 10:37:37 -0500 Subject: [PATCH] ci(lint): simplify XO config --- package.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 0f9f370..b65ecea 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,11 @@ "conventional-changelog": "^1.1.4", "conventional-commits-parser": "^2.0.0", "emoji-regex": "^6.5.1", - "eslint-config-prettier": "^2.3.0", - "eslint-plugin-prettier": "^2.2.0", "execa": "^0.9.0", "fs-extra": "^5.0.0", "get-stream": "^3.0.0", "nyc": "^11.1.0", "p-each-series": "^1.0.0", - "prettier": "~1.10.0", "proxyquire": "^1.8.0", "semantic-release": "^12.0.0", "stringz": "^0.4.0", @@ -67,10 +64,7 @@ "all": true }, "prettier": { - "printWidth": 120, - "singleQuote": true, - "bracketSpacing": false, - "trailingComma": "es5" + "printWidth": 120 }, "publishConfig": { "access": "public" @@ -96,8 +90,6 @@ "test": "nyc ava -v" }, "xo": { - "extends": [ - "plugin:prettier/recommended" - ] + "prettier": true } }