mirror of
https://github.com/Cameri/nostream.git
synced 2025-07-20 10:42:23 +02:00
fix: remove footer-max-line-length rule
This commit is contained in:
@ -6,5 +6,6 @@ module.exports = {
|
|||||||
'subject-case': [0, 'always'],
|
'subject-case': [0, 'always'],
|
||||||
'header-case': [0, 'always'],
|
'header-case': [0, 'always'],
|
||||||
'body-case': [0, 'always'],
|
'body-case': [0, 'always'],
|
||||||
|
'footer-max-line-length': [0, 'always'],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user