|
@@ -16,5 +16,6 @@ module.exports = {
|
|
|
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
|
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
|
|
'import/prefer-default-export': 'off',
|
|
'import/prefer-default-export': 'off',
|
|
|
'max-len': ['error', { code: 140, ignoreTrailingComments: true }],
|
|
'max-len': ['error', { code: 140, ignoreTrailingComments: true }],
|
|
|
|
|
+ 'linebreak-style': [0, 'error', 'windows'],
|
|
|
},
|
|
},
|
|
|
};
|
|
};
|