mirror of
https://github.com/thelegendtubaguy/ArrQueueCleaner.git
synced 2025-12-16 18:14:44 -06:00
* 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
12 lines
185 B
JSON
12 lines
185 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*",
|
|
"tests/**/*",
|
|
"*.config.js",
|
|
"*.config.mjs",
|
|
"*.config.ts"
|
|
],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|