Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Jun 16, 2023
1 parent 70a2a6f commit e604ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ You can watch the state and its changes through Vue's watch:

```ts
import { watch } from 'vue'

const state = useLocalObservable(() => ({
count: 0,
increment() {
Expand Down
1 change: 1 addition & 0 deletions test/create-global-observable.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable vue/one-component-per-file */
import { mount } from '@vue/test-utils'
import { defineComponent, nextTick } from 'vue'
import { describe, expect, it } from 'vitest'
Expand Down

0 comments on commit e604ecb

Please sign in to comment.