Urara-Blog/node_modules/.pnpm-store/v3/files/6a/4246f8e85eba3dc1bfc43de42ff08c51fcfdb3ae31a386c19491ee04971275aa0bb3c57c502672135c34ff3b19fdf156eb5d7a1f3470ae6e4317c033da69af
2022-08-14 01:14:53 +08:00

18 lines
339 B
Text

{
"extends": "@ljharb",
"root": true,
"rules": {
"func-style": 1,
},
"overrides": [
{
"files": "test/**",
"rules": {
"global-require": 0,
"max-depth": 0,
"max-lines-per-function": 0,
"no-negated-condition": 0,
},
},
],
}