Skip to content

Commit d55fede

Browse files
authored
Fix missing xml-escape file (#18)
1 parent f7633cd commit d55fede

File tree

10 files changed

+20
-60
lines changed

10 files changed

+20
-60
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-formatter-checkstyle",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "ESLint’s official `checkstyle` formatter, unofficially published as a standalone module",
55
"keywords": [
66
"lint",
@@ -14,9 +14,5 @@
1414
"dependencies": {},
1515
"engines": {
1616
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
17-
},
18-
"files": [
19-
"index.js",
20-
"index.d.ts"
21-
]
17+
}
2218
}
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-formatter-compact",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "ESLint’s official `compact` formatter, unofficially published as a standalone module",
55
"keywords": [
66
"lint",
@@ -14,9 +14,5 @@
1414
"dependencies": {},
1515
"engines": {
1616
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
17-
},
18-
"files": [
19-
"index.js",
20-
"index.d.ts"
21-
]
17+
}
2218
}
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-formatter-jslint-xml",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "ESLint’s official `jslint-xml` formatter, unofficially published as a standalone module",
55
"keywords": [
66
"lint",
@@ -14,9 +14,5 @@
1414
"dependencies": {},
1515
"engines": {
1616
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
17-
},
18-
"files": [
19-
"index.js",
20-
"index.d.ts"
21-
]
17+
}
2218
}
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-formatter-json-with-metadata",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "ESLint’s official `json-with-metadata` formatter, unofficially published as a standalone module",
55
"keywords": [
66
"lint",
@@ -14,9 +14,5 @@
1414
"dependencies": {},
1515
"engines": {
1616
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
17-
},
18-
"files": [
19-
"index.js",
20-
"index.d.ts"
21-
]
17+
}
2218
}
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-formatter-json",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "ESLint’s official `json` formatter, unofficially published as a standalone module",
55
"keywords": [
66
"lint",
@@ -14,9 +14,5 @@
1414
"dependencies": {},
1515
"engines": {
1616
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
17-
},
18-
"files": [
19-
"index.js",
20-
"index.d.ts"
21-
]
17+
}
2218
}
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-formatter-junit",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "ESLint’s official `junit` formatter, unofficially published as a standalone module",
55
"keywords": [
66
"lint",
@@ -14,9 +14,5 @@
1414
"dependencies": {},
1515
"engines": {
1616
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
17-
},
18-
"files": [
19-
"index.js",
20-
"index.d.ts"
21-
]
17+
}
2218
}

packages/eslint-formatter-stylish/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-formatter-stylish",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "ESLint’s official `stylish` formatter, unofficially published as a standalone module",
55
"keywords": [
66
"lint",
@@ -18,9 +18,5 @@
1818
},
1919
"engines": {
2020
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
21-
},
22-
"files": [
23-
"index.js",
24-
"index.d.ts"
25-
]
21+
}
2622
}

packages/eslint-formatter-tap/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-formatter-tap",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "ESLint’s official `tap` formatter, unofficially published as a standalone module",
55
"keywords": [
66
"lint",
@@ -16,9 +16,5 @@
1616
},
1717
"engines": {
1818
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
19-
},
20-
"files": [
21-
"index.js",
22-
"index.d.ts"
23-
]
19+
}
2420
}
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-formatter-unix",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "ESLint’s official `unix` formatter, unofficially published as a standalone module",
55
"keywords": [
66
"lint",
@@ -14,9 +14,5 @@
1414
"dependencies": {},
1515
"engines": {
1616
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
17-
},
18-
"files": [
19-
"index.js",
20-
"index.d.ts"
21-
]
17+
}
2218
}
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-formatter-visualstudio",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "ESLint’s official `visualstudio` formatter, unofficially published as a standalone module",
55
"keywords": [
66
"lint",
@@ -14,9 +14,5 @@
1414
"dependencies": {},
1515
"engines": {
1616
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
17-
},
18-
"files": [
19-
"index.js",
20-
"index.d.ts"
21-
]
17+
}
2218
}

0 commit comments

Comments
 (0)