@adbayb/stack 2.6.0 → 2.6.2

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.
@@ -76,7 +76,7 @@ export const config = [
76
76
  "unicorn/prefer-dom-node-remove": "error",
77
77
  "unicorn/prefer-dom-node-text-content": "error",
78
78
  "unicorn/prefer-event-target": "error",
79
- "unicorn/prefer-export-from": "error",
79
+ "unicorn/prefer-export-from": ["error", { ignoreUsedVariables: true }],
80
80
  "unicorn/prefer-global-this": "error",
81
81
  "unicorn/prefer-includes": "error",
82
82
  "unicorn/prefer-keyboard-event-key": "error",
package/dist/index.js CHANGED
@@ -186,7 +186,7 @@ const ESLINT_EXTENSIONS = [
186
186
  "mdx"
187
187
  ];
188
188
 
189
- var version = "2.6.0";
189
+ var version = "2.6.2";
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.6.0",
3
+ "version": "2.6.2",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "publishConfig": {
6
6
  "access": "public"