Meta tweaks

This commit is contained in:
Sindre Sorhus 2022-10-04 21:22:40 +07:00
parent c2311622c3
commit 96f44c976b
5 changed files with 26 additions and 19 deletions

View file

@ -58,12 +58,15 @@
"log-update": "^5.0.0",
"matcha": "^0.7.0",
"tsd": "^0.19.0",
"xo": "^0.47.0",
"xo": "^0.52.4",
"yoctodelay": "^2.0.0"
},
"xo": {
"rules": {
"unicorn/prefer-string-slice": "off"
"unicorn/prefer-string-slice": "off",
"@typescript-eslint/consistent-type-imports": "off",
"@typescript-eslint/consistent-type-exports": "off",
"@typescript-eslint/consistent-type-definitions": "off"
}
},
"c8": {