Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed May 8, 2024
1 parent d1bf028 commit e59311b
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 308 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitest/ui": "^1.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down Expand Up @@ -163,7 +163,8 @@
"typescript": "$typescript",
"vite": "$vite",
"vue": "3.3.4",
"terser": "^5.31.0"
"terser": "^5.31.0",
"@starbeam-dev/eslint-plugin": "https://github.com/starbeamjs/eslint-plugin.git"
},
"peerDependencyRules": {
"allowAny": [
Expand Down
8 changes: 4 additions & 4 deletions packages/react/react/tests/test-use.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ type DefineSetupReactiveComponent = (
) => Promise<void>;

/**
* Sets up a test suite for a reactive component using `setupReactive` to create
* subscribe to a reactive value.
* Sets up a test suite for a reactive component using `setupReactive` to
* create subscribe to a reactive value.
*
* Each test case has three variations, representing the three overloads of
* `IntoReactiveBlueprint`.
Expand Down Expand Up @@ -105,8 +105,8 @@ export function testSetupReactive(
}

/**
* Sets up a test suite for a reactive component using `setupReactive` to create
* subscribe to a reactive value.
* Sets up a test suite for a reactive component using `setupReactive` to
* create subscribe to a reactive value.
*
* Each test case has three variations, representing the three overloads of
* `IntoReactiveBlueprint`.
Expand Down
Loading

0 comments on commit e59311b

Please sign in to comment.