Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gnestor committed Jul 18, 2018
1 parent 8df852e commit e5a4056
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
@@ -0,0 +1,3 @@
{
"singleQuote": true
}
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -26,20 +26,21 @@
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prettier": "prettier --write 'src/**'",
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^0.16.0",
"@jupyterlab/apputils": "^0.16.4",
"@jupyterlab/mainmenu": "^0.5.3",
"@jupyterlab/coreutils": "^1.1.3-1",
"@jupyterlab/mainmenu": "^0.5.3",
"@phosphor/widgets": "^1.6.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"tsc": "^1.20150623.0",
"typestyle": "^2.0.1"
},
"devDependencies": {
"prettier": "^1.13.7",
"rimraf": "^2.6.1",
"typescript": "~2.6.0"
},
Expand Down

0 comments on commit e5a4056

Please sign in to comment.