Is there a way to check only files with specific name? #2057
-
Hi! Is it possible to check only specific files, e.g. files which have a name like strings.ts. Because, I don't need to check all my project, but need to check specific string files. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Probably not the right way
|
Beta Was this translation helpful? Give feedback.
-
It is not as well documented, but you can use
|
Beta Was this translation helpful? Give feedback.
It is not as well documented, but you can use
files
to specify which files you want checked:"files": ["**/strings.tsx"]