@adbayb/stack 2.10.0 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -138,7 +138,15 @@ export const config = [
138
138
  "@typescript-eslint/no-unused-expressions": "error",
139
139
  "@typescript-eslint/no-unused-vars": [
140
140
  "error",
141
- { ignoreRestSiblings: true },
141
+ {
142
+ args: "all",
143
+ argsIgnorePattern: "^_",
144
+ caughtErrors: "all",
145
+ caughtErrorsIgnorePattern: "^_",
146
+ destructuredArrayIgnorePattern: "^_",
147
+ ignoreRestSiblings: true,
148
+ varsIgnorePattern: "^_",
149
+ },
142
150
  ],
143
151
  "@typescript-eslint/no-useless-constructor": "error",
144
152
  "@typescript-eslint/no-useless-empty-export": "error",
package/dist/index.js CHANGED
@@ -186,7 +186,7 @@ const ESLINT_EXTENSIONS = [
186
186
  "mdx"
187
187
  ];
188
188
 
189
- var version = "2.10.0";
189
+ var version = "2.11.0";
190
190
 
191
191
  const createWatchCommand = (program)=>{
192
192
  program.command({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.10.0",
3
+ "version": "2.11.0",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",
@@ -129,6 +129,9 @@ dist
129
129
  .yarn/install-state.gz
130
130
  .pnp.*
131
131
 
132
+ # Vitest
133
+ tsconfig.vitest-temp.json
134
+
132
135
  # Others
133
136
  .DS_Store
134
137
  .turbo
@@ -129,6 +129,9 @@ dist
129
129
  .yarn/install-state.gz
130
130
  .pnp.*
131
131
 
132
+ # Vitest
133
+ tsconfig.vitest-temp.json
134
+
132
135
  # Others
133
136
  .DS_Store
134
137
  .turbo