Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Sep 26, 2023
1 parent 7487f3e commit 466bca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions docs/getting-started/Installation.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@ First, add the ESlint plugin to your dependencies:

<PackageInstallationSnippet workspaceFolder="tooling" packageName="eslint-plugin" />

Second, add the plugin to your ESlint config. For example, your .eslintrc.json file may look like this:
Then, add the plugin to your ESlint config. For example, your `.eslintrc.json` file may look like this:

```json
{
"$schema": "https://json.schemastore.org/eslintrc",
"plugins": ["@orbit-ui"],
"extends": [
// ...
"plugin:@orbit-ui/recommended"
]
}
Expand Down
5 changes: 0 additions & 5 deletions tooling/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
"peerDependencies": {
"eslint": "*"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
},
"devDependencies": {
"@swc/core": "1.3.85",
"@swc/helpers": "0.5.2",
Expand Down

0 comments on commit 466bca3

Please sign in to comment.