@schoero/configs 1.0.7 → 1.0.8
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/eslint/jsx.js +4 -4
- package/eslint/typescript.js +1 -1
- package/package.json +13 -15
- package/tsconfig/tsconfig.json +1 -2
package/eslint/jsx.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import eslintPluginTypeScript from "typescript-eslint";
|
|
2
|
+
|
|
1
3
|
import eslintPluginStylisticJS from "@stylistic/eslint-plugin-js";
|
|
2
4
|
import eslintPluginStylisticJSX from "@stylistic/eslint-plugin-jsx";
|
|
3
5
|
import eslintPluginStylisticPlus from "@stylistic/eslint-plugin-plus";
|
|
4
6
|
import eslintPluginStylisticTS from "@stylistic/eslint-plugin-ts";
|
|
5
|
-
import eslintPluginTypeScript from "@typescript-eslint/eslint-plugin";
|
|
6
|
-
import eslintParserTypeScript from "@typescript-eslint/parser";
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
/** @type {import("eslint").Linter.FlatConfig[]} */
|
|
@@ -59,11 +59,11 @@ export const jsx = [
|
|
|
59
59
|
{
|
|
60
60
|
files: ["**/*.{tsx}"],
|
|
61
61
|
plugins: {
|
|
62
|
-
"eslint-plugin-typescript": eslintPluginTypeScript,
|
|
62
|
+
"eslint-plugin-typescript": eslintPluginTypeScript.plugin,
|
|
63
63
|
"eslint-plugin-stylistic-plus": eslintPluginStylisticPlus
|
|
64
64
|
},
|
|
65
65
|
languageOptions: {
|
|
66
|
-
parser:
|
|
66
|
+
parser: eslintPluginTypeScript.parser,
|
|
67
67
|
parserOptions: {
|
|
68
68
|
project: "./tsconfig.json"
|
|
69
69
|
}
|
package/eslint/typescript.js
CHANGED
|
@@ -263,7 +263,7 @@ export const typescript = [
|
|
|
263
263
|
{
|
|
264
264
|
languageOptions: {
|
|
265
265
|
parser: eslintPluginTypeScript.parser,
|
|
266
|
-
parserOptions: { project:
|
|
266
|
+
parserOptions: { project: false, program: null }
|
|
267
267
|
},
|
|
268
268
|
plugins: {
|
|
269
269
|
"eslint-plugin-typescript": eslintPluginTypeScript.plugin
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.8",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -55,19 +55,16 @@
|
|
|
55
55
|
"@cspell/dict-public-licenses": "^2.0.6",
|
|
56
56
|
"@cspell/dict-software-terms": "^3.3.20",
|
|
57
57
|
"@cspell/dict-typescript": "^3.1.4",
|
|
58
|
-
"@stylistic/eslint-plugin-js": "^1.8.
|
|
59
|
-
"@stylistic/eslint-plugin-jsx": "^1.8.
|
|
60
|
-
"@stylistic/eslint-plugin-plus": "^1.8.
|
|
61
|
-
"@stylistic/eslint-plugin-ts": "^1.8.
|
|
62
|
-
"
|
|
63
|
-
"@typescript-eslint/parser": "^7.8.0",
|
|
64
|
-
"cspell-lib": "^8.7.0",
|
|
58
|
+
"@stylistic/eslint-plugin-js": "^1.8.1",
|
|
59
|
+
"@stylistic/eslint-plugin-jsx": "^1.8.1",
|
|
60
|
+
"@stylistic/eslint-plugin-plus": "^1.8.1",
|
|
61
|
+
"@stylistic/eslint-plugin-ts": "^1.8.1",
|
|
62
|
+
"cspell-lib": "^8.8.1",
|
|
65
63
|
"eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
|
|
66
64
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
67
|
-
"eslint-plugin-jsdoc": "^48.2.
|
|
65
|
+
"eslint-plugin-jsdoc": "^48.2.4",
|
|
68
66
|
"eslint-plugin-jsonc": "^2.15.1",
|
|
69
67
|
"eslint-plugin-markdown": "^4.0.1",
|
|
70
|
-
"eslint-plugin-readable-tailwind": "^1.4.0-beta.2",
|
|
71
68
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
72
69
|
"eslint-plugin-sort-destructure-keys": "^1.6.0",
|
|
73
70
|
"eslint-plugin-sort-keys": "^2.3.5",
|
|
@@ -78,18 +75,19 @@
|
|
|
78
75
|
"eslint-plugin-vitest": "^0.5.4",
|
|
79
76
|
"eslint-plugin-yml": "^1.14.0",
|
|
80
77
|
"markdownlint-cli2": "^0.13.0",
|
|
81
|
-
"typescript-eslint": "^7.
|
|
78
|
+
"typescript-eslint": "^7.9.0",
|
|
82
79
|
"vite-tsconfig-paths": "^4.3.2",
|
|
83
80
|
"vitest-github-actions-reporter": "^0.11.1"
|
|
84
81
|
},
|
|
85
82
|
"devDependencies": {
|
|
86
|
-
"@types/node": "^20.12.
|
|
83
|
+
"@types/node": "^20.12.11",
|
|
87
84
|
"changelogen": "^0.5.5",
|
|
88
|
-
"cspell": "^8.
|
|
85
|
+
"cspell": "^8.8.1",
|
|
89
86
|
"eslint": "^8.57.0",
|
|
87
|
+
"eslint-plugin-readable-tailwind": "^1.4.0-beta.2",
|
|
90
88
|
"markdownlint": "^0.34.0",
|
|
91
|
-
"vite": "^5.2.
|
|
92
|
-
"vitest": "^1.
|
|
89
|
+
"vite": "^5.2.11",
|
|
90
|
+
"vitest": "^1.6.0"
|
|
93
91
|
},
|
|
94
92
|
"keywords": [],
|
|
95
93
|
"optionalPeerDependencies": {
|