Skip to content

Commit

Permalink
exclude plugin config from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Dec 19, 2024
1 parent 9faf1f3 commit d1a9d8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"n/no-unpublished-import": ["error", {
"allowModules": ["chai", "zotero-plugin-scaffold"]
}]
}
},
"ignorePatterns": [
"zotero-plugin.config.ts"
]
}

0 comments on commit d1a9d8a

Please sign in to comment.