Add no-tabs ESLint rule (#8518)

feature/default_network_editable
Whymarrh Whitby 5 years ago committed by GitHub
parent 48d29e679b
commit c7f866c06f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .eslintrc.js

@ -41,6 +41,7 @@ module.exports = {
rules: {
'arrow-parens': 'error',
'no-tabs': 'error',
'no-mixed-operators': 'error',
'import/default': 'error',
'import/export': 'error',

Loading…
Cancel
Save