Skip to content

Commit

Permalink
Merge pull request #131 from move4mobile/feature/project-tweaks
Browse files Browse the repository at this point in the history
Project tweaks
  • Loading branch information
mschilling authored Feb 12, 2021
2 parents 1f99430 + e419f7c commit cedf9dc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid"
}
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode"]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"private": true,
"scripts": {
"build": "eleventy",
"start": "rimraf dist && eleventy --serve",
"release": "release-it"
"start": "rimraf dist && eleventy --serve"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cedf9dc

Please sign in to comment.