@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/dist/eslint.config.cjs +10747 -1
- package/dist/eslint.config.d.cts +37 -1
- package/dist/eslint.config.d.mts +37 -1
- package/dist/eslint.config.d.ts +37 -1
- package/dist/eslint.config.mjs +10732 -1
- package/dist/index.cjs +6 -14109
- package/dist/index.mjs +3 -14101
- package/dist/shared/eslint.CohBuu1-.mjs +14103 -0
- package/dist/shared/eslint.DhFjwkxh.cjs +14110 -0
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saasmakers/eslint",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
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
|
|
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
|
}
|