Add prettier for .json and .yml

pull/84/head
Andre Richter 4 years ago
parent 218b492092
commit dabbf137f6
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

5
.gitignore vendored

@ -2,5 +2,8 @@
**/.gdb_history
**/kernel8.img
Gemfile.lock
node_modules
.vendor
Gemfile.lock
package-lock.json

@ -0,0 +1,8 @@
**/*
!**/*/
**/target/*
.vendor
!*.json
!*.yml

@ -1,5 +1,8 @@
#!/usr/bin/env bash
git config core.hooksPath .githooks
bundle config set path '.vendor/bundle'
bundle install
npm install --save-dev --save-exact prettier

Loading…
Cancel
Save