Skip to content

Commit

Permalink
ignore no-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
sasanquaneuf committed Jan 9, 2020
1 parent 5f3ee09 commit d8bd747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ module.exports = {
rules: {
// 'prettier/prettier': 'error',
'indent': ['error', 'tab'],
'semi': ['error', 'always']
'semi': ['error', 'always'],
'no-tabs': 'off'
}
}

0 comments on commit d8bd747

Please sign in to comment.