4 extends: 'eslint:recommended'
8 ecmaVersion: 2017 # For async/await
13 - allowSingleLine: true
15 - off # temporary... a lot of stuff needs to be reformatted
27 - argsIgnorePattern: ^_
28 varsIgnorePattern: ^_|^Promise$
33 - off # Old code uses double quotes, new code uses single / template