install-nix-action/node_modules/object.getownpropertydescriptors/test/.eslintrc
Domen Kožar 49df04613e
v7
2020-02-24 13:29:22 +01:00

8 lines
155 B
Text

{
"rules": {
"max-nested-callbacks": [2, 3],
"max-statements": [2, 15],
"max-statements-per-line": [2, { "max": 2 }],
"no-invalid-this": [1]
}
}