mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Prettier + ESLint setup (#16514)
* Move .eslintrc (yaml) to .eslintrc.js (js) * Add Prettier setup to ESLint * Run Prettier on @kbn/build * Update style guide with Prettier
This commit is contained in:
parent
d5d9b9389b
commit
e58b43f744
20 changed files with 134 additions and 66 deletions
4
.prettierrc
Normal file
4
.prettierrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue