Browse Source

fix(handsontable): eslint配置

qinlaiqiao 5 năm trước cách đây
mục cha
commit
ea6f1650c1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: [
     {