adds prettier

This commit is contained in:
Joffrey JAFFEUX 2019-07-16 13:15:09 +02:00
parent b9169ec28e
commit 49771b0f8e
3 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,5 +6,6 @@ Gemfile.lock
.DS_Store
*.swp
*.swo
node_modules/
.rubocop-https---raw-githubusercontent-com-discourse-discourse-master--rubocop-yml

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"prettier": "^1.18.2"
}
}

8
yarn.lock Normal file
View File

@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
prettier@^1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==