Преглед изворни кода

fix(handsontable): eslint配置

qinlaiqiao пре 5 година
родитељ
комит
ea6f1650c1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      handsontable/.eslintrc.js

+ 1 - 0
handsontable/.eslintrc.js

@@ -77,6 +77,7 @@ module.exports = {
     'padded-blocks': 'off',
     quotes: ['error', 'single'],
     'space-before-function-paren': ['error', 'never'],
+    'linebreak-style': 'off'
   },
   overrides: [
     {