Skip to content

Commit 83d71c3

Browse files
chore: Update to prettier v3.1.0 (TanStack#6378)
1 parent b8bfe43 commit 83d71c3

File tree

76 files changed

+953
-826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+953
-826
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
node_modules
66
package-lock.json
77
yarn.lock
8+
pnpm-lock.yaml
89

910
# builds
1011
types

.prettierrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ coverage:
22
status:
33
project:
44
default:
5-
target: 90%
6-
threshold: 1%
5+
target: 90%
6+
threshold: 1%

examples/react/algolia/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"extends": [
3-
"plugin:react/recommended",
4-
"plugin:react-hooks/recommended"
5-
]
2+
"extends": ["plugin:react/recommended", "plugin:react-hooks/recommended"]
63
}

examples/react/basic-graphql-request/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

examples/react/basic-typescript/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

examples/react/basic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"extends": [
3-
"plugin:react/recommended",
4-
"plugin:react-hooks/recommended"
5-
]
2+
"extends": ["plugin:react/recommended", "plugin:react-hooks/recommended"]
63
}

examples/react/default-query-function/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

0 commit comments

Comments
 (0)