@saasmakers/eslint 0.1.60 → 0.1.62

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
3
  "type": "module",
4
- "version": "0.1.60",
4
+ "version": "0.1.62",
5
5
  "private": false,
6
6
  "description": "Shared ESLint config and rules for SaaS Makers projects",
7
7
  "author": "SaaS Makers",
@@ -50,7 +50,7 @@
50
50
  "scripts": {
51
51
  "build": "unbuild",
52
52
  "build:inspector": "pnpm build && pnpm exec eslint-config-inspector build --outDir inspector",
53
- "dev": "pnpm exec eslint-config-inspector --config eslint.config.js --port 3102 --open false",
53
+ "dev": "pnpm exec eslint-config-inspector --config eslint.config.js --port 3105 --open false",
54
54
  "lint": "eslint . --max-warnings=0",
55
55
  "typecheck": "tsc --noEmit"
56
56
  }