Skip to content

Commit

Permalink
chore: add __DEV__ to eslint globals
Browse files Browse the repository at this point in the history
- added __DEV__ to globals in eslint config, to not argue about
  it being not defined when using it elsewhere
  • Loading branch information
donni106 committed Nov 17, 2020
1 parent 736390e commit bce6b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Expand Up @@ -9,6 +9,7 @@ extends:
globals:
Atomics: readonly
SharedArrayBuffer: readonly
__DEV__: true
parser: 'babel-eslint'
parserOptions:
ecmaFeatures:
Expand Down

0 comments on commit bce6b07

Please sign in to comment.