install-nix-action/node_modules/is-callable/.eslintrc
Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00

11 lines
153 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"max-statements": [2, 12],
"max-statements-per-line": [2, { "max": 2 }]
}
}