Skip to content

Commit

Permalink
chore(project): drop prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Sep 3, 2018
1 parent 906476c commit a656ac0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"extends": [
"plugin:bpmn-io/es6",
"plugin:prettier/recommended"
"plugin:bpmn-io/es6"
],
"rules": {
"prettier/prettier": ["warn", { "singleQuote": true }]
},
"env": {
"node": true,
"es6": true,
"mocha": true
"es6": true
}
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.3.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-bpmn-io": "^0.5.4",
"eslint-plugin-prettier": "^2.6.2",
"esm": "^3.0.81",
"execa": "^1.0.0",
"mocha": "^5.2.0",
Expand Down
5 changes: 5 additions & 0 deletions test/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"plugin:bpmn-io/mocha"
]
}

0 comments on commit a656ac0

Please sign in to comment.