kaixuan 5 vuotta sitten
vanhempi
commit
63c8307198
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -16,5 +16,6 @@ module.exports = {
     'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
     'import/prefer-default-export': 'off',
     'max-len': ['error', { code: 140, ignoreTrailingComments: true }],
+    'linebreak-style': [0, 'error', 'windows'],
   },
 };