Skip to content

Commit

Permalink
chore: fix mdat config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rellafella committed Feb 20, 2025
1 parent 0bb6b36 commit 0d14d53
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions mdat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
},
});

0 comments on commit 0d14d53

Please sign in to comment.