Skip to content

Commit 7b3b70e

Browse files
committed
Meta tweaks
1 parent c440a9d commit 7b3b70e

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export interface Options {
1+
export type Options = {
22
/**
33
Strip trailing commas in addition to comments.
44
@@ -12,7 +12,7 @@ export interface Options {
1212
@default true
1313
*/
1414
readonly whitespace?: boolean;
15-
}
15+
};
1616

1717
/**
1818
Strip comments from JSON. Lets you use comments in your JSON files!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ava": "^4.3.1",
4646
"matcha": "^0.7.0",
4747
"tsd": "^0.22.0",
48-
"xo": "^0.51.0"
48+
"xo": "^0.54.2"
4949
},
5050
"xo": {
5151
"rules": {

readme.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,3 @@ npm run bench
7373

7474
- [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - CLI for this module
7575
- [strip-css-comments](https://github.com/sindresorhus/strip-css-comments) - Strip comments from CSS
76-
77-
---
78-
79-
<div align="center">
80-
<b>
81-
<a href="https://tidelift.com/subscription/pkg/npm-strip-json-comments?utm_source=npm-strip-json-comments&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
82-
</b>
83-
<br>
84-
<sub>
85-
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
86-
</sub>
87-
</div>

0 commit comments

Comments
 (0)