@lionbyte/eslint-config#
ESLint config for personal projects.
# [2.0.0-next.2](https://github.com/lion-byte/eslint-config/compare/v2.0.0-next.1...v2.0.0-next.2) (2021-12-15)
### Features
* add `@typescript-eslint/recommended` rules ([6d33824](https://github.com/lion-byte/eslint-config/commit/6d3382419b0c1fce5553a90e75fe1f083f65db57))
- Disable "@typescript-eslint/no-var-requires" in JS files
- Disable `import/no-unresolved` since TypeScript would ideally handle
that issue
# [2.0.0-next.1](https://github.com/lion-byte/eslint-config/compare/v1.9.0...v2.0.0-next.1) (2021-12-11)
### Features
* drop many rules and defer to recommended/prettier ([4b88ddf](https://github.com/lion-byte/eslint-config/commit/4b88ddfeb7dbca29f9c7fa8987443a2167f7b590))
### BREAKING CHANGES
* Require Node.js >= 14.17.4
* Require ESLint >= 8
* Dropped `eslint-plugin-promise`
* Move `dependencies` to `peer-dependencies`
feat: drop many rules and defer to recommended/prettier
ESLint config for personal projects.