@touchspot/eslint-config 1.0.4 → 1.0.5
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/lib/lib.d.ts +2 -0
- package/dist/lib/lib.d.ts.map +1 -1
- package/dist/lib/lib.js.map +1 -1
- package/package.json +25 -24
package/dist/lib/lib.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import type { TSESLint } from "@typescript-eslint/utils";
|
|
1
2
|
export { default } from "../src/config.js";
|
|
2
3
|
export * as env from "../src/env.js";
|
|
3
4
|
export * as frameworks from "../src/frameworks.js";
|
|
5
|
+
export type FlatConfig = TSESLint.FlatConfig.ConfigFile;
|
|
4
6
|
//# sourceMappingURL=lib.d.ts.map
|
package/dist/lib/lib.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../lib/lib.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,yBAAuB;AACzC,OAAO,KAAK,GAAG,sBAAoB;AACnC,OAAO,KAAK,UAAU,6BAA2B"}
|
|
1
|
+
{"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../lib/lib.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAE,OAAO,EAAE,yBAAuB;AACzC,OAAO,KAAK,GAAG,sBAAoB;AACnC,OAAO,KAAK,UAAU,6BAA2B;AAEjD,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC,UAAU,CAAC,UAAU,CAAC"}
|
package/dist/lib/lib.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lib.js","sourceRoot":"","sources":["../../lib/lib.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lib.js","sourceRoot":"","sources":["../../lib/lib.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,yBAAuB,CAAC,iDAAiD;AAC3F,OAAO,KAAK,GAAG,sBAAoB;AACnC,OAAO,KAAK,UAAU,6BAA2B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@touchspot/eslint-config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "TOUCHSPOT ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -29,53 +29,54 @@
|
|
|
29
29
|
"package.json",
|
|
30
30
|
"README.md"
|
|
31
31
|
],
|
|
32
|
+
"prettier": "@touchspot/prettier-config",
|
|
32
33
|
"dependencies": {
|
|
33
|
-
"@eslint/js": "^9.
|
|
34
|
+
"@eslint/js": "^9.11.0",
|
|
34
35
|
"@next/eslint-plugin-next": "canary",
|
|
36
|
+
"@typescript-eslint/utils": "^8.6.0",
|
|
35
37
|
"eslint-config-prettier": "^9.1.0",
|
|
36
38
|
"eslint-plugin-check-file": "^2.8.0",
|
|
37
39
|
"eslint-plugin-functional": "^7.0.2",
|
|
38
|
-
"eslint-plugin-import-x": "^4.
|
|
40
|
+
"eslint-plugin-import-x": "^4.3.0",
|
|
39
41
|
"eslint-plugin-no-relative-import-paths": "^1.5.5",
|
|
40
|
-
"eslint-plugin-perfectionist": "^3.
|
|
41
|
-
"eslint-plugin-react": "^7.
|
|
42
|
+
"eslint-plugin-perfectionist": "^3.6.0",
|
|
43
|
+
"eslint-plugin-react": "^7.36.1",
|
|
42
44
|
"eslint-plugin-react-hooks": "next",
|
|
43
45
|
"eslint-plugin-tailwindcss": "^3.17.4",
|
|
44
46
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
45
|
-
"eslint-plugin-unused-imports": "^4.1.
|
|
47
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
46
48
|
"globals": "^15.9.0",
|
|
47
|
-
"typescript-eslint": "^8.
|
|
49
|
+
"typescript-eslint": "^8.6.0"
|
|
48
50
|
},
|
|
49
51
|
"devDependencies": {
|
|
50
|
-
"@commitlint/cli": "^19.
|
|
51
|
-
"@commitlint/config-conventional": "^19.
|
|
52
|
-
"@commitlint/config-pnpm-scopes": "^19.
|
|
53
|
-
"@commitlint/cz-commitlint": "^19.
|
|
52
|
+
"@commitlint/cli": "^19.5.0",
|
|
53
|
+
"@commitlint/config-conventional": "^19.5.0",
|
|
54
|
+
"@commitlint/config-pnpm-scopes": "^19.5.0",
|
|
55
|
+
"@commitlint/cz-commitlint": "^19.5.0",
|
|
54
56
|
"@eslint/config-inspector": "^0.5.4",
|
|
55
|
-
"@touchspot/prettier-config": "^1.0.
|
|
57
|
+
"@touchspot/prettier-config": "^1.0.1",
|
|
56
58
|
"@tsconfig/next": "^2.0.3",
|
|
57
59
|
"@tsconfig/node20": "^20.1.4",
|
|
58
60
|
"@tsconfig/strictest": "^2.0.5",
|
|
59
61
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
60
62
|
"@types/eslint__js": "^8.42.3",
|
|
61
|
-
"@types/node": "^22.5.
|
|
62
|
-
"@types/react": "^18.3.
|
|
63
|
-
"@typescript-eslint/utils": "^8.3.0",
|
|
63
|
+
"@types/node": "^22.5.5",
|
|
64
|
+
"@types/react": "^18.3.8",
|
|
64
65
|
"better-typescript-lib": "^2.8.0",
|
|
65
66
|
"commitizen": "^4.3.0",
|
|
66
|
-
"eslint": "^9.
|
|
67
|
-
"husky": "^9.1.
|
|
67
|
+
"eslint": "^9.11.0",
|
|
68
|
+
"husky": "^9.1.6",
|
|
68
69
|
"inquirer": "^9.3.6",
|
|
69
|
-
"knip": "^5.
|
|
70
|
-
"lint-staged": "^15.2.
|
|
71
|
-
"next": "^14.2.
|
|
70
|
+
"knip": "^5.30.4",
|
|
71
|
+
"lint-staged": "^15.2.10",
|
|
72
|
+
"next": "^14.2.13",
|
|
72
73
|
"prettier": "^3.3.3",
|
|
73
74
|
"react": "^18.3.1",
|
|
74
|
-
"tailwindcss": "^3.4.
|
|
75
|
+
"tailwindcss": "^3.4.12",
|
|
75
76
|
"ts-patch": "^3.2.1",
|
|
76
|
-
"turbo": "^2.
|
|
77
|
-
"typescript": "
|
|
78
|
-
"typescript-transform-paths": "^3.5.
|
|
77
|
+
"turbo": "^2.1.2",
|
|
78
|
+
"typescript": "5.5.4",
|
|
79
|
+
"typescript-transform-paths": "^3.5.1"
|
|
79
80
|
},
|
|
80
81
|
"peerDependencies": {
|
|
81
82
|
"eslint": "^9",
|