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:
Kim Joar Bekkelund 2018-02-05 18:18:43 +01:00 committed by GitHub
parent d5d9b9389b
commit e58b43f744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 134 additions and 66 deletions

4
.prettierrc Normal file
View file

@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "es5"
}