chore(deps): update yarn packages, fix prettier

This commit is contained in:
2024-09-18 02:23:44 +03:00
parent 930dcf00c4
commit b9585209be
3 changed files with 2370 additions and 595 deletions

View File

@@ -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:

View File

@@ -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"
} }

2960
yarn.lock

File diff suppressed because it is too large Load Diff