mirror of
https://github.com/aitingtingya/mv-obcc.git
synced 2026-07-22 07:47:28 +00:00
release: 0.7.1 LaTeX-Suite compliance refactor
This commit is contained in:
parent
c155490c72
commit
657d1f8e38
4 changed files with 13 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ import obsidianmd from "eslint-plugin-obsidianmd";
|
|||
|
||||
export default [
|
||||
{
|
||||
ignores: ["dist/**", "node_modules/**", "release/**"],
|
||||
ignores: ["dist/**", "node_modules/**", "release/**", "src/vendor/**"],
|
||||
},
|
||||
{
|
||||
files: ["main.ts", "src/**/*.ts"],
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "mv-obcc",
|
||||
"name": "mv-SenceAI",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"minAppVersion": "1.7.2",
|
||||
"description": "Connects local vaults to Claude Code and Codex CLI with page tracking, integrated tools, editable diffs, and optional upstream compatibility.",
|
||||
"author": "MV",
|
||||
|
|
|
|||
|
|
@ -8,10 +8,16 @@
|
|||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"strict": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"strictFunctionTypes": false,
|
||||
"strictPropertyInitialization": false,
|
||||
"useDefineForClassFields": false,
|
||||
"noUncheckedIndexedAccess": false,
|
||||
"skipLibCheck": true,
|
||||
"types": ["node"],
|
||||
"paths": {
|
||||
"src/*": ["src/vendor/latex-suite/src/*"]
|
||||
},
|
||||
"types": ["node", "vitest/globals"],
|
||||
"lib": ["DOM", "ES2022"]
|
||||
},
|
||||
"include": ["main.ts", "src/**/*.ts"]
|
||||
"include": ["main.ts", "src/**/*.ts", "tests/**/*.ts"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,5 +24,6 @@
|
|||
"0.5.2": "1.7.2",
|
||||
"0.5.3": "1.7.2",
|
||||
"0.6.0": "1.7.2",
|
||||
"0.7.0": "1.7.2"
|
||||
"0.7.0": "1.7.2",
|
||||
"0.7.1": "1.7.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue