Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilliamson-acquia authored and github-actions[bot] committed Dec 3, 2024
1 parent eb39fb7 commit 3f49d47
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .changeset/purple-coins-dream.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
'eslint-config-widen-jest': major
---

Create separate packages for each component.
Allows users to import only the dependencies that they need, rather than all of them.
Create separate packages for each component. Allows users to import only the
dependencies that they need, rather than all of them.
3 changes: 2 additions & 1 deletion packages/eslint-config-widen-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Widen's shared ESLint config base module

## Installation

```bash
yarn add -D eslint eslint-plugin-widen eslint-config-widen-base eslint-plugin-sort @babel/{core,eslint-parser}
```
Expand All @@ -25,4 +26,4 @@ export default [
{ files: ['*.spec.js'], rules: { 'no-unused-vars': 'off' } },
],
]
```
```
2 changes: 1 addition & 1 deletion packages/eslint-config-widen-base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"paths": {
"@/*": ["./src/*"]
}
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-widen-jest/src/types.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
declare module 'eslint-plugin-jest'
declare module 'eslint-plugin-jest'
4 changes: 1 addition & 3 deletions packages/eslint-config-widen-playwright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ list.
```js
import playwright from 'eslint-config-widen-playwright'

export default [
...[{ files: ['e2e/**'] }, ...playwright],
]
export default [...[{ files: ['e2e/**'] }, ...playwright]]
```
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{ "path": "packages/eslint-config-widen-playwright" },
{ "path": "packages/eslint-config-widen-react" },
{ "path": "packages/eslint-config-widen-typescript" },
{ "path": "packages/eslint-plugin-widen" },
{ "path": "packages/eslint-plugin-widen" }
]
}

0 comments on commit 3f49d47

Please sign in to comment.