Skip to content

Commit f298c65

Browse files
committed
chore: update config
1 parent b7ad1a9 commit f298c65

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@
5555
},
5656
"xo": {
5757
"space": true,
58+
"semicolon": true,
5859
"prettier": true,
59-
"envs": [
60-
"node"
61-
],
6260
"rules": {
6361
"@typescript-eslint/triple-slash-reference": "off",
6462
"@typescript-eslint/naming-convention": "off",
@@ -96,16 +94,6 @@
9694
"semi": true,
9795
"singleQuote": true,
9896
"printWidth": 120,
99-
"bracketSpacing": true,
100-
"overrides": [
101-
{
102-
"files": [
103-
"*.json"
104-
],
105-
"options": {
106-
"parser": "json"
107-
}
108-
}
109-
]
97+
"bracketSpacing": true
11098
}
11199
}

0 commit comments

Comments
 (0)