Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed May 6, 2022
1 parent 6b6a8aa commit 0279bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ rules :
no-empty-function : off
no-eq-null : error
no-eval : error
no-extend-foreign : error
no-extend-native : error
no-extra-bind : error
no-extra-label : error
no-extra-parens :
Expand Down Expand Up @@ -216,7 +216,7 @@ rules :
ImportDeclaration : true
no-multi-str : error
no-multiple-empty-lines : error
no-foreign-reassign : error
no-native-reassign : error
no-negated-condition : error
no-negated-in-lhs : error
no-nested-ternary : error
Expand Down

0 comments on commit 0279bef

Please sign in to comment.