Remove comment about 90 character line length limit
This commit is contained in:
parent
428984c8e2
commit
c1445f1abe
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ module.exports = {
|
|||
// Prettier overrides:
|
||||
'arrow-parens': 'off',
|
||||
'function-paren-newline': 'off',
|
||||
// 90 characters allows three+ side-by-side screens on a standard-size monitor
|
||||
'max-len': [
|
||||
'error',
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue