contactlab / eslint-config-contactlab

Contactlab ESLint extensible and sharable configuration.
https://contactlab.github.io/eslint-config-contactlab
Apache License 2.0
2 stars 0 forks source link

Disable `no-unsafe-*` rules for tests #807

Closed StefanoMagrassi closed 1 year ago

StefanoMagrassi commented 1 year ago

This PR disable no-unsafe-* rules for tests files, namely which ones that match the glob patterns **/test/**/*.ts* and **/*.{test,spec}.ts*