瀏覽代碼

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: [
     {