Skip to content

Commit

Permalink
Fix xo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 1, 2023
1 parent 6db82dd commit 1674516
Show file tree
Hide file tree
Showing 43 changed files with 258 additions and 47 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,7 @@
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off",
"unicorn/prefer-code-point": "off",
"unicorn/prefer-string-replace-all": "off",
"unicorn/text-encoding-identifier-case": "off"
"unicorn/prefer-string-replace-all": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/hast-util-from-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/hast-util-is-body-ok-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/hast-util-is-conditional-comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/hast-util-is-css-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/hast-util-is-css-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/hast-util-is-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/hast-util-is-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/hast-util-to-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
8 changes: 7 additions & 1 deletion packages/html-enumerated-attributes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/text-encoding-identifier-case": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/html-url-attributes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/html-whitespace-sensitive-tag-names/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-concat-css-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-concat-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-css-to-top/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-javascript-to-bottom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-attribute-whitespace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-css-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
8 changes: 7 additions & 1 deletion packages/rehype-minify-enumerated-attribute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,11 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/text-encoding-identifier-case": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
8 changes: 7 additions & 1 deletion packages/rehype-minify-javascript-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,11 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-javascript-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-json-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-media-attribute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-meta-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-meta-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-style-attribute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-minify-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
8 changes: 7 additions & 1 deletion packages/rehype-minify-whitespace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,11 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-string-replace-all": "off"
}
}
}
8 changes: 7 additions & 1 deletion packages/rehype-normalize-attribute-value-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,11 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/text-encoding-identifier-case": "off"
}
}
}
7 changes: 6 additions & 1 deletion packages/rehype-preset-minify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,10 @@
"ignoreCatch": true,
"strict": true
},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}
Loading

0 comments on commit 1674516

Please sign in to comment.