kibana/x-pack/plugins/canvas/.prettierrc
Corey Robertson b8bea5b8b2
[Canvas] move files from legacy/plugins to plugins (#65283)
* Moves the files

* Rename legacy/plugins/canvas paths

* Correct paths

* Fix shareable_runtime and storybook

* ESLint Fixes

* Fix jest test and paths
2020-05-05 20:52:56 -04:00

7 lines
89 B
Plaintext

{
"singleQuote": true,
"semi": true,
"printWidth": 100,
"trailingComma": "es5"
}