Skip to content

Commit

Permalink
update pnpm lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Dec 15, 2023
1 parent 0cea92b commit 70882fe
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 98 deletions.
9 changes: 1 addition & 8 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,7 @@ module.exports = {
],
'import/no-anonymous-default-export': ['off'],
'no-unused-vars': ['off'],
'@typescript-eslint/no-unused-vars': [
'warn',
{
argsIgnorePattern: '^_',
varsIgnorePattern: '^_',
caughtErrorsIgnorePattern: '^_'
}
],
'@typescript-eslint/no-unused-vars': ['off'],
'array-element-newline': ['error', 'consistent'],
'object-curly-spacing': ['error', 'always'],
'prettier/prettier': [
Expand Down
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"mikestead.dotenv",
"unifiedjs.vscode-mdx",
"gruntfuggly.todo-tree",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
Expand Down
Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-mdx": "^3.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-unicorn": "^49.0.0",
"expressive-code": "^0.29.4",
"expressive-code": "^0.30.1",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.9",
Expand Down
Loading

0 comments on commit 70882fe

Please sign in to comment.