From 4ca85e42f074641ab83504e783603640da7478db Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 1 May 2022 15:29:23 -0700 Subject: Fix lint issues --- modern/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) (limited to 'modern/.eslintrc.js') diff --git a/modern/.eslintrc.js b/modern/.eslintrc.js index ec948e57..f380f4c6 100644 --- a/modern/.eslintrc.js +++ b/modern/.eslintrc.js @@ -14,6 +14,7 @@ module.exports = { 'no-param-reassign': [0], 'no-prototype-builtins': [0], 'no-nested-ternary': [0], + 'operator-linebreak': [0], 'react/jsx-filename-extension': [1, { extensions: ['.js'] }], 'react/prop-types': [0], 'react/jsx-props-no-spreading': [0], -- cgit v1.2.3