Skip to content

Commit

Permalink
chore: Replace tabs with spaces in eslintrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Sep 10, 2019
1 parent c3a318c commit 8e5abaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/neuron-wallet/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ module.exports = {
"plugins": ["@typescript-eslint"],
"rules": {
"no-console": 0,
"no-cond-assign": 0,
"no-extra-semi": "warn",
"semi": 0,
"no-cond-assign": 0,
"no-extra-semi": "warn",
"semi": 0,
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["error", {
"vars": "local",
Expand Down

0 comments on commit 8e5abaf

Please sign in to comment.