2019-11-06 16:45:44 -05:00
|
|
|
---
|
2019-11-07 09:23:17 -05:00
|
|
|
|
2019-11-06 16:45:44 -05:00
|
|
|
#############################
|
|
|
|
#############################
|
|
|
|
## JavaScript Linter rules ##
|
|
|
|
#############################
|
|
|
|
#############################
|
|
|
|
|
|
|
|
############
|
|
|
|
# Env Vars #
|
|
|
|
############
|
|
|
|
env:
|
|
|
|
browser: true
|
|
|
|
es6: true
|
2019-12-05 15:12:52 -05:00
|
|
|
jest: true
|
2019-11-06 16:45:44 -05:00
|
|
|
|
|
|
|
###############
|
|
|
|
# Global Vars #
|
|
|
|
###############
|
|
|
|
globals:
|
|
|
|
Atomics: readonly
|
|
|
|
SharedArrayBuffer: readonly
|
|
|
|
|
|
|
|
###############
|
|
|
|
# Parser vars #
|
|
|
|
###############
|
|
|
|
parser: '@typescript-eslint/parser'
|
|
|
|
parserOptions:
|
|
|
|
ecmaVersion: 2018
|
|
|
|
|
|
|
|
###########
|
|
|
|
# Plugins #
|
|
|
|
###########
|
|
|
|
plugins:
|
|
|
|
- '@typescript-eslint'
|
|
|
|
|
|
|
|
#########
|
|
|
|
# Rules #
|
|
|
|
#########
|
|
|
|
rules: {}
|