diff --git a/mdat.config.ts b/mdat.config.ts index 9847d5c..6cb9e35 100644 --- a/mdat.config.ts +++ b/mdat.config.ts @@ -3,10 +3,9 @@ import { mdatConfig } from '@envsa/mdat-config'; export default mdatConfig({ rules: { recommendation: `> [!IMPORTANT] - - > - > **You can use this package on its own, but it's recommended to use [\`@envsa/shared-config\`](https://www.npmjs.com/package/@envsa/shared-config) instead for a single-dependency and single-package approach to linting and fixing your project.** - > - > This package is included as a dependency in [\`@envsa/shared-config\`](https://www.npmjs.com/package/@envsa/shared-config), which also automatically invokes the command line functionality in this package via its \`envsa\` command.`, + > + > **You can use this package on its own, but it's recommended to use [\`@envsa/shared-config\`](https://www.npmjs.com/package/@envsa/shared-config) instead for a single-dependency and single-package approach to linting and fixing your project.** + > + > This package is included as a dependency in [\`@envsa/shared-config\`](https://www.npmjs.com/package/@envsa/shared-config), which also automatically invokes the command line functionality in this package via its \`envsa\` command`, }, });