4 extends: 'eslint:recommended'
5 parser: '@babel/eslint-parser'
8 ecmaVersion: 2017 # For async/await
13 - allowSingleLine: true
15 - off # temporary... a lot of stuff needs to be reformatted | 2020-08-21: I guess it's not so temporary...
23 no-prototype-builtins:
24 - off # should consider cleaning up the code and turning this back on at some point
29 - argsIgnorePattern: ^_
30 varsIgnorePattern: ^_|^Promise$
35 - off # Old code uses double quotes, new code uses single / template