mirror of
https://github.com/dorny/paths-filter.git
synced 2025-07-13 19:41:49 +02:00
Implement fetching, filtering and tests
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
"@typescript-eslint/await-thenable": "error",
|
||||
"@typescript-eslint/ban-ts-ignore": "error",
|
||||
"camelcase": "off",
|
||||
"@typescript-eslint/camelcase": "error",
|
||||
"@typescript-eslint/camelcase": "off",
|
||||
"@typescript-eslint/class-name-casing": "error",
|
||||
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
|
||||
"@typescript-eslint/func-call-spacing": ["error", "never"],
|
||||
|
Reference in New Issue
Block a user