Skip to content

Commit

Permalink
fix: remove prettier plugin from base config
Browse files Browse the repository at this point in the history
  • Loading branch information
aandrewww committed May 31, 2020
1 parent 610ec97 commit 20dc5f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ If you need to override a rule, your `.eslintrc.json` file should look like the
"globals": {},
"rules": {}
}
```

### ToDo

Expand Down
3 changes: 0 additions & 3 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ module.exports = {
ecmaVersion: 2018,
sourceType: 'module',
},
plugins: [
"prettier"
],
extends: [
'eslint-config-airbnb-base',
].concat([
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 20dc5f7

Please sign in to comment.