Skip to content

Commit

Permalink
fixup! BREAKING CHANGES(stylelint): Switch from CommonJS to EcmaScrip…
Browse files Browse the repository at this point in the history
…t modules
  • Loading branch information
literat committed Aug 5, 2024
1 parent 4a5c0aa commit a974f3e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/stylelint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ Use this ruleset to configure Stylelint to work with your code.
## Recommended Stylelint Configuration

```js
// .stylelintrc.js
// .stylelintrc.mjs

'use strict';

module.exports = {
export default {
extends: ['@almacareer/stylelint-config', 'stylelint-config-prettier'],
};
```
Expand Down

0 comments on commit a974f3e

Please sign in to comment.