github-pages-deploy-action/node_modules/is-date-object/.eslintrc

10 lines
87 B
Plaintext
Raw Normal View History

2020-01-28 12:58:23 +08:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements": [2, 12]
}
}