This type represents the options that you can pass to the eslint task.
Optional
The file extensions to consider when running eslint. Defaults to js,jsx,ts,tsx
The files on which to run eslint, may be a glob pattern.
Whether to fix the issues found if possible. Defaults to false.
This type represents the options that you can pass to the eslint task.