Skip to content

Commit 35854ad

Browse files
committed
small tweaks to linting
1 parent 25e007f commit 35854ad

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.editorconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ root = true
44
charset = utf-8
55
indent_style = space
66
indent_size = 2
7+
tab_width = 2
78
insert_final_newline = true
89
trim_trailing_whitespace = true
910
end_of_line = lf
10-
11-
[*.md]
12-
max_line_length = off

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-query-builder",
3-
"version": "2.4.0",
3+
"version": "1.0.0",
44
"type": "commonjs",
55
"private": true,
66
"description": "The simplest way to start building with Tanstack Query",

0 commit comments

Comments
 (0)