Meta tweaks
This commit is contained in:
parent
c2311622c3
commit
96f44c976b
5 changed files with 26 additions and 19 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue