From 20dc5f70b3b49f3d81c3d13af387204386895ab9 Mon Sep 17 00:00:00 2001 From: Andrew Avdeev Date: Sun, 31 May 2020 17:20:22 +0300 Subject: [PATCH] fix: remove prettier plugin from base config --- README.md | 1 + packages/eslint-config/index.js | 3 --- packages/eslint-config/package.json | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe6d1e7..c3e22f9 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ If you need to override a rule, your `.eslintrc.json` file should look like the "globals": {}, "rules": {} } +``` ### ToDo diff --git a/packages/eslint-config/index.js b/packages/eslint-config/index.js index 29269b3..d104830 100644 --- a/packages/eslint-config/index.js +++ b/packages/eslint-config/index.js @@ -3,9 +3,6 @@ module.exports = { ecmaVersion: 2018, sourceType: 'module', }, - plugins: [ - "prettier" - ], extends: [ 'eslint-config-airbnb-base', ].concat([ diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7dba33e..07e9684 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-scorum", - "version": "0.0.9", + "version": "0.0.10", "description": "Different style configs ready to be used in multiple Scorum projects", "main": "index.js", "files": [