Просмотр исходного кода

fix(handsontable): eslint配置

qinlaiqiao 5 лет назад
Родитель
Сommit
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: [
     {