diff --git a/pinry-spa/.eslintrc.js b/pinry-spa/.eslintrc.js index 6a9d8c4..a18aa4e 100644 --- a/pinry-spa/.eslintrc.js +++ b/pinry-spa/.eslintrc.js @@ -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',