Skip to content

Commit

Permalink
Merge pull request #17 from jupyterlab-contrib/fix/pretty-package-json
Browse files Browse the repository at this point in the history
Use tabwidth of 4 for root package.json
  • Loading branch information
HaudinFlorence committed Jun 13, 2023
2 parents cd3e389 + 941de9a commit 4f1966c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,15 @@
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "auto"
"endOfLine": "auto",
"overrides": [
{
"files": "package.json",
"options": {
"tabWidth": 4
}
}
]
},
"stylelint": {
"extends": [
Expand Down

0 comments on commit 4f1966c

Please sign in to comment.