Skip to content

Commit

Permalink
Prettier: Add prettier config that imports prettier from toolkit (gra…
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo authored Apr 21, 2020
1 parent 3d23ab5 commit c26bfe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
...require('@grafana/toolkit/src/config/prettier.plugin.config.json'),
};
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
"git add"
]
},
"prettier": {
"trailingComma": "es5"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
Expand Down

0 comments on commit c26bfe9

Please sign in to comment.