mirror of
https://github.com/pinry/pinry.git
synced 2026-06-23 15:41:09 +02:00
Feature: Turn off line-length test for eslint
This commit is contained in:
committed by
Isaac Bythewood
parent
90a44df994
commit
07dfa81a89
@@ -10,6 +10,7 @@ module.exports = {
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'max-len': 'off',
|
||||
},
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint',
|
||||
|
||||
Reference in New Issue
Block a user