mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
interface: max-lines 300, warn for function max
This commit is contained in:
parent
a12f5c65be
commit
a0189d3fbc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user