Skip to content

Commit

Permalink
Multiline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
christiango committed Aug 7, 2024
1 parent 1d93281 commit 6ae5170
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/just-scripts/src/tasks/eslintTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ export interface EsLintTaskOptions {
format?: string;
/** Prevents the logging & auto-fixing of warnings */
quiet?: boolean;
/** Can be set to force the flat config on or off, which can be helpful when migrating to ESLint v9. This will be passed as an environment variable to eslint with the value ESLINT_USE_FLAT_CONFIG (https://eslint.org/blog/2024/04/eslint-v9.0.0-released/#flat-config-is-now-the-default-and-has-some-changes) */
/**
* Can be set to force the flat config on or off, which can be helpful when migrating to ESLint v9.
* This will be passed as an environment variable to eslint with the value ESLINT_USE_FLAT_CONFIG (https://eslint.org/blog/2024/04/eslint-v9.0.0-released/#flat-config-is-now-the-default-and-has-some-changes).
*/
useFlatConfig?: boolean;
}

Expand Down

0 comments on commit 6ae5170

Please sign in to comment.