Skip to content

Commit b958520

Browse files
committed
chore(deps): update yarn packages, fix prettier
1 parent 930dcf0 commit b958520

File tree

3 files changed

+2379
-604
lines changed

3 files changed

+2379
-604
lines changed

.prettierrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = {
2-
plugins: ['prettier-plugin-sh'],
32
...require('@ivuorinen/prettier-config'),
43
trailingComma: 'all',
54
// Add custom options below:

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "ivuorinen-dotfiles",
33
"version": "1.0.0",
44
"description": "ivuorinen's dotfiles, this is for linting and formatters",
5-
"main": "index.js",
65
"directories": {
76
"doc": "docs"
87
},
@@ -28,8 +27,7 @@
2827
},
2928
"homepage": "https://github.com/ivuorinen/dotfiles#readme",
3029
"devDependencies": {
31-
"@ivuorinen/base-configs": "^2.0.0",
32-
"prettier-plugin-sh": "^0.14.0"
30+
"@ivuorinen/base-configs": "^2.0.0"
3331
},
3432
"packageManager": "[email protected]"
3533
}

0 commit comments

Comments
 (0)