Files
setup-helm/node_modules/is-core-module/.eslintrc
github-actions[bot] e4f3964f67 v3 new release (#84)
swap to graphql
2022-07-11 13:48:02 -04:00

19 lines
339 B
Plaintext

{
"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,
},
},
],
}