Skip to content

Commit

Permalink
Adding prettier
Browse files Browse the repository at this point in the history
Update package.json

Update package.json
  • Loading branch information
aminya committed Mar 29, 2020
1 parent 8fa91ad commit 7db483e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"@types/object-hash": "^1.3.1",
"@types/semver": "^7.1.0",
"@types/underscore": "^1.9.4",
"tslint": "latest"
"prettier": "latest",
"tslint": "latest",
"tslint-config-prettier": "latest"
},
"scripts": {
"postinstall": "node script/postinstall.js"
Expand Down Expand Up @@ -105,5 +107,10 @@
"package-deps": [
"ink",
"language-julia"
]
],
"prettier": {
"semi": false,
"tabWidth": 2,
"printWidth": 120
}
}

0 comments on commit 7db483e

Please sign in to comment.