ESLint template

This commit is contained in:
Michael Naumov 2025-03-18 21:36:21 -06:00
parent b2228595af
commit 06fffd65d1
3 changed files with 12 additions and 1 deletions

View file

@ -1 +0,0 @@
export { configs as default } from 'obsidian-dev-utils/ScriptUtils/ESLint/eslint.config';

11
package-lock.json generated
View file

@ -14,6 +14,7 @@
"@codemirror/view": "^6.36.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.13.10",
"jiti": "^2.4.2",
"moment": "^2.30.1",
"monkey-around": "^3.0.0",
"obsidian": "^1.8.7",
@ -6623,6 +6624,16 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/jiti": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz",
"integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
"dev": true,
"license": "MIT",
"bin": {
"jiti": "lib/jiti-cli.mjs"
}
},
"node_modules/jju": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz",

View file

@ -26,6 +26,7 @@
"@codemirror/view": "^6.36.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.13.10",
"jiti": "^2.4.2",
"moment": "^2.30.1",
"monkey-around": "^3.0.0",
"obsidian": "^1.8.7",