mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-12 06:03:45 +00:00
chore(deps): update yarn packages, fix prettier
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: ['prettier-plugin-sh'],
|
|
||||||
...require('@ivuorinen/prettier-config'),
|
...require('@ivuorinen/prettier-config'),
|
||||||
trailingComma: 'all',
|
trailingComma: 'all',
|
||||||
// Add custom options below:
|
// Add custom options below:
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
"name": "ivuorinen-dotfiles",
|
"name": "ivuorinen-dotfiles",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "ivuorinen's dotfiles, this is for linting and formatters",
|
"description": "ivuorinen's dotfiles, this is for linting and formatters",
|
||||||
"main": "index.js",
|
|
||||||
"directories": {
|
"directories": {
|
||||||
"doc": "docs"
|
"doc": "docs"
|
||||||
},
|
},
|
||||||
@@ -28,8 +27,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/ivuorinen/dotfiles#readme",
|
"homepage": "https://github.com/ivuorinen/dotfiles#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ivuorinen/base-configs": "^2.0.0",
|
"@ivuorinen/base-configs": "^2.0.0"
|
||||||
"prettier-plugin-sh": "^0.14.0"
|
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@1.22.22"
|
"packageManager": "yarn@1.22.22"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user