Commit c26bfe9e by Torkel Ödegaard Committed by GitHub

Prettier: Add prettier config that imports prettier from toolkit (#23729)

parent 3d23ab54
module.exports = {
...require('@grafana/toolkit/src/config/prettier.plugin.config.json'),
};
...@@ -57,9 +57,6 @@ ...@@ -57,9 +57,6 @@
"git add" "git add"
] ]
}, },
"prettier": {
"trailingComma": "es5"
},
"devDependencies": { "devDependencies": {
"@babel/core": "7.8.4", "@babel/core": "7.8.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment