Files
ArrQueueCleaner-thelegendtu…/tsconfig.eslint.json
TheLegendTubaGuy e2a032e7da Add nofiles releases rule (#9)
* Added No files rule

* Spacing was way off :(

* Added eslint and pr workflow for eslint

* Removed test only pr workflow pr, replaced with lint and test
2025-09-10 22:01:48 -05:00

12 lines
185 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"src/**/*",
"tests/**/*",
"*.config.js",
"*.config.mjs",
"*.config.ts"
],
"exclude": ["node_modules", "dist"]
}