Skip to content

Commit 735d5a1

Browse files
committed
chore: liint format
1 parent 59663f6 commit 735d5a1

File tree

10 files changed

+279
-152
lines changed

10 files changed

+279
-152
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pnpm add tanstack-query-callbacks
2727
## Usage (Vue)
2828

2929
```vue
30-
<script setup lang=ts>
30+
<script setup lang="ts">
3131
import { useQuery } from '@tanstack/vue-query'
3232
import { useQueryCallbacks } from 'tanstack-query-callbacks/vue'
3333
const queryKey = ['foo']

eslint.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
import { aa900031 } from '@aa900031/eslint-config'
22

3-
export default aa900031()
3+
export default aa900031({
4+
vue: {
5+
sfcBlocks: {
6+
blocks: {
7+
styles: false,
8+
},
9+
},
10+
},
11+
})

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"types": "dist/core/index.d.ts",
3838
"files": [
3939
"dist",
40-
"vue.d.ts",
41-
"react.d.ts"
40+
"react.d.ts",
41+
"vue.d.ts"
4242
],
4343
"publishConfig": {
4444
"access": "public"
@@ -64,30 +64,30 @@
6464
"vue": "^2.6.12 || ^3.2.0"
6565
},
6666
"peerDependenciesMeta": {
67-
"@tanstack/vue-query": {
67+
"@tanstack/react-query": {
6868
"optional": true
6969
},
70-
"@tanstack/react-query": {
70+
"@tanstack/vue-query": {
7171
"optional": true
7272
},
7373
"@vue/composition-api": {
7474
"optional": true
7575
},
76-
"vue": {
76+
"react": {
7777
"optional": true
7878
},
79-
"react": {
79+
"vue": {
8080
"optional": true
8181
}
8282
},
8383
"devDependencies": {
84-
"@aa900031/eslint-config": "^1.2.0",
84+
"@aa900031/eslint-config": "^1.3.0",
8585
"@release-it/conventional-changelog": "^7.0.2",
8686
"@tanstack/query-core": "^5.18.1",
87-
"@tanstack/react-query": "^5.18.1",
88-
"@tanstack/vue-query": "^5.18.1",
8987
"@tanstack/query-core-v4": "npm:@tanstack/query-core@^4.36.1",
88+
"@tanstack/react-query": "^5.18.1",
9089
"@tanstack/react-query-v4": "npm:@tanstack/react-query@^4.36.1",
90+
"@tanstack/vue-query": "^5.18.1",
9191
"@tanstack/vue-query-v4": "npm:@tanstack/vue-query@^4.37.1",
9292
"@testing-library/react": "14.2.1",
9393
"@testing-library/vue": "^8.0.1",

0 commit comments

Comments
 (0)