v0.6.0 with for ESLint 6.7.2 or above
[0.6.0] - 2020-02-13
Added
- '@typescript-eslint/await-thenable' as warn.
- 'react/jsx-no-script-url' using defaults as error.
- 'prefer-arrow-callback' using defaults as error.
Changed
- Require NodeJS 10.13, 12.0, or above (compatibile with ESLint 6.8)
- Updated dependencies.
- Set 'no-useless-constructor' to error (the StandardJS seeting).
Removed
- 'no-catch-shadow'
- 'require-await'
- Dependency on eslint-config-standard.
- The fake Prettier package now lives in aMarCruz/prettier.