Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Jan 18, 2025
1 parent 6e12399 commit edf57c9
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,17 @@
"cooltipz": {
"version": "v2.3.1",
"repository": "https://github.com/jackdomleo7/Cooltipz.css",
"files": [
"cooltipz.min.css",
"LICENSE"
]
"files": ["cooltipz.min.css", "LICENSE"]
},
"coloris": {
"version": "v0.24.0",
"repository": "https://github.com/mdbassit/Coloris",
"files": [
"dist/coloris.min.js",
"dist/coloris.min.css",
"LICENSE"
]
"files": ["dist/coloris.min.js", "dist/coloris.min.css", "LICENSE"]
}
},
"webExt": {
"sourceDir": "dist",
"ignoreFiles": [
"./popup/*.scss",
"./popup/*.map"
],
"ignoreFiles": ["./popup/*.scss", "./popup/*.map"],
"run": {
"firefox": "nightly"
},
Expand Down Expand Up @@ -110,7 +100,5 @@
"publish": false
}
},
"trustedDependencies": [
"@biomejs/biome"
]
"trustedDependencies": ["@biomejs/biome"]
}

0 comments on commit edf57c9

Please sign in to comment.