Skip to content

Commit 5190792

Browse files
committed
chore: fix linter issues in package.json
1 parent de841e6 commit 5190792

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"type": "git",
99
"url": "[email protected]:scriptcoded/sql-highlight.git"
1010
},
11-
"files": [
12-
"/lib"
13-
],
11+
"files": ["/lib"],
1412
"engines": {
1513
"node": ">=14"
1614
},
@@ -21,16 +19,9 @@
2119
"lint": "biome check",
2220
"lint-fix": "biome check --write"
2321
},
24-
"keywords": [
25-
"sql",
26-
"syntax",
27-
"highlight",
28-
"highlighter"
29-
],
22+
"keywords": ["sql", "syntax", "highlight", "highlighter"],
3023
"author": "Malcolm Nihlén <[email protected]>",
31-
"contributors": [
32-
"pomahtuk"
33-
],
24+
"contributors": ["pomahtuk"],
3425
"funding": [
3526
"https://github.com/scriptcoded/sql-highlight?sponsor=1",
3627
{

0 commit comments

Comments
 (0)