Skip to content

Commit

Permalink
fix: eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Jun 14, 2020
1 parent 74cabe7 commit 047c0fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ rules:
# https://github.com/eslint/eslint/tree/master/docs/rules#best-practices
no-fallthrough: 2
no-redeclare: 2

# Browser compatibility
compat/compat: error

# Webpack import support
import/default: 0

Expand All @@ -50,7 +50,7 @@ rules:
no-trailing-spaces: 2
object-curly-spacing: [2, "never"]
quotes: [2, "double", "avoid-escape"]
semi: never
semi: [1, "never"]
space-before-blocks: [2, "always"]
space-before-function-paren: [2, "never"]
space-in-parens: [2, "never"]
Expand Down Expand Up @@ -79,4 +79,4 @@ globals:
require: true
process: true
ENV: true
module: true
module: true

0 comments on commit 047c0fb

Please sign in to comment.