mirror of
https://github.com/dotwee/obsidian-raindropio-plugin.git
synced 2026-07-22 06:50:29 +00:00
chore: Update ESLint configuration to include additional files for linting & testing
This commit is contained in:
parent
2e39f6a321
commit
2a95606055
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ export default tseslint.config(
|
|||
"dist",
|
||||
"esbuild.config.mjs",
|
||||
"eslint.config.js",
|
||||
"eslint.config.mts",
|
||||
"jest.config.cjs",
|
||||
"package.json",
|
||||
"package-lock.json",
|
||||
"pnpm-lock.yaml",
|
||||
"version-bump.mjs",
|
||||
"versions.json",
|
||||
"main.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue