add obsidian eslint plugin, solve major issues
This commit is contained in:
parent
84214a1c3c
commit
498e2611ae
105 changed files with 5702 additions and 5308 deletions
30
package.json
30
package.json
|
|
@ -6,41 +6,41 @@
|
|||
"scripts": {
|
||||
"dev": "vite build --watch --mode development",
|
||||
"build": "bun run tsc && vite build --mode production",
|
||||
"tsc": "tsc -noEmit -skipLibCheck",
|
||||
"typecheck": "tsc -noEmit -skipLibCheck",
|
||||
"test": "bun test",
|
||||
"test:log": "LOG_TESTS=true bun test",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"lint": "eslint --max-warnings=0 --no-warn-ignored src/**",
|
||||
"lint:fix": "eslint --max-warnings=0 --fix --no-warn-ignored src/**",
|
||||
"check": "bun run format:check && bun run tsc && bun run lint",
|
||||
"check:fix": "bun run format && bun run tsc && bun run lint:fix",
|
||||
"release": "bun run automation/release.ts",
|
||||
"stats": "bun run automation/stats.ts"
|
||||
"lint": "eslint --max-warnings=0 --no-warn-ignored packages/obsidian/src/**",
|
||||
"lint:fix": "eslint --max-warnings=0 --fix --no-warn-ignored packages/obsidian/src/**",
|
||||
"check": "bun run format:check && bun run typecheck && bun run lint",
|
||||
"check:fix": "bun run format && bun run typecheck && bun run lint:fix",
|
||||
"release": "lemons-automation release"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Moritz Jung",
|
||||
"license": "GPL-3.0",
|
||||
"devDependencies": {
|
||||
"@happy-dom/global-registrator": "^20.8.9",
|
||||
"@lemons_dev/parsinom": "^0.1.0",
|
||||
"@types/bun": "^1.3.11",
|
||||
"@happy-dom/global-registrator": "^20.9.0",
|
||||
"@lemons_dev/lemons-obsidian-plugin-automation": "^0.1.3",
|
||||
"@types/bun": "^1.3.13",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-no-relative-import-paths": "^1.6.1",
|
||||
"eslint-plugin-obsidianmd": "^0.2.9",
|
||||
"eslint-plugin-only-warn": "^1.2.1",
|
||||
"iso-639-2": "^3.0.2",
|
||||
"obsidian": "latest",
|
||||
"openapi-fetch": "^0.17.0",
|
||||
"openapi-typescript": "^7.13.0",
|
||||
"prettier": "^3.8.1",
|
||||
"prettier": "^3.8.3",
|
||||
"solid-js": "^1.9.12",
|
||||
"string-argv": "^0.3.2",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^6.0.2",
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-eslint": "^8.58.0",
|
||||
"vite": "^8.0.5",
|
||||
"vite": "^8.0.10",
|
||||
"vite-plugin-banner": "^0.8.1",
|
||||
"vite-plugin-solid": "^2.11.12",
|
||||
"vite-plugin-static-copy": "^4.0.1"
|
||||
"vite-plugin-static-copy": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue