Merged PR 335: Updated .eslintrc.cjs: Add max-len 120
Updated .eslintrc.cjs: Add max-len 120
This commit is contained in:
parent
e19d17c325
commit
41b32ee48f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ module.exports = {
|
|||
'prefer-arrow-callback': 'error',
|
||||
'func-style': ['error', 'declaration'],
|
||||
'space-before-function-paren': ['error', 'never'],
|
||||
'max-len': ['error', { 'code': 120 }],
|
||||
|
||||
// Import/export
|
||||
'import/no-default-export': 'error',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue