interface: max-lines 300, warn for function max

This commit is contained in:
Matilde Park 2020-08-06 15:36:40 -04:00
parent a12f5c65be
commit a0189d3fbc

View File

@ -50,13 +50,13 @@ const rules = {
"max-lines": [
"error",
{
"max": 200,
"max": 300,
"skipBlankLines": true,
"skipComments": true
}
],
"max-lines-per-function": [
"error",
"warn",
{
"skipBlankLines": true,
"skipComments": true