Skip to content

Commit

Permalink
fix config example
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jul 11, 2024
1 parent b2124a0 commit c48e6c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ import { base, typescript, react, playwright, jest } from 'eslint-config-widen'

export default [
// Base Widen configurations
...base,
...typescript,
...react,
base,
typescript,
react,

// Overrides for specific directories
{
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-widen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ import { base, typescript, react, playwright, jest } from 'eslint-config-widen'

export default [
// Base Widen configurations
...base,
...typescript,
...react,
base,
typescript,
react,

// Overrides for specific directories
{
Expand Down

0 comments on commit c48e6c4

Please sign in to comment.