@marviuz/eslint-config
Version:
Comprehensive ESLint configuration for JavaScript, TypeScript, React, and Next.js projects
50 lines (25 loc) • 2.2 kB
Markdown
# @marviuz/eslint-config
## 2.2.0
### Minor Changes
- [#10](https://github.com/Marviuz/style-guide/pull/10) [`d3119fc`](https://github.com/Marviuz/style-guide/commit/d3119fca428e10505fc63d994b910b1bb9d45d94) Thanks [@Marviuz](https://github.com/Marviuz)! - Update packages and modify typescript config
## 2.1.0
### Minor Changes
- [`8ac164b`](https://github.com/Marviuz/style-guide/commit/8ac164bdffd7e0315dac8c17c006f54720f09761) Thanks [@Marviuz](https://github.com/Marviuz)! - Update dependencies and hope that nothing breaks
- [`db91071`](https://github.com/Marviuz/style-guide/commit/db910711135310093ae5502391820c94a92bda99) Thanks [@Marviuz](https://github.com/Marviuz)! - Prefer to sort jsx props with callbacks at last
## 2.0.0
### Major Changes
- [#5](https://github.com/Marviuz/style-guide/pull/5) [`bef9aad`](https://github.com/Marviuz/style-guide/commit/bef9aad985b629169745027803d2eb192be3573a) Thanks [@Marviuz](https://github.com/Marviuz)! - Modify exports to separate files instead of a single index due to nextjs requires the peer dep plugin even though it's not used
## 1.1.2
### Patch Changes
- [`f48bf34`](https://github.com/Marviuz/style-guide/commit/f48bf34015be1f0c5a2200d114d7e95d9317d91e) Thanks [@Marviuz](https://github.com/Marviuz)! - Move dev dependecies to prod deps as they're required for usage
## 1.1.1
### Patch Changes
- [`f66ba32`](https://github.com/Marviuz/style-guide/commit/f66ba3229a76cc2b2587a5a3cbd56bcdc8d6e696) Thanks [@Marviuz](https://github.com/Marviuz)! - Move other packges from dev to prod dependencies
## 1.1.0
### Minor Changes
- [`1c9630e`](https://github.com/Marviuz/style-guide/commit/1c9630ee49cfd306dff3ba6320ca586161df74be) Thanks [@Marviuz](https://github.com/Marviuz)! - Update major version of typescript resolver
### Patch Changes
- [`96963b5`](https://github.com/Marviuz/style-guide/commit/96963b5c91dabce9bd358559eff2254e8f0b1cb2) Thanks [@Marviuz](https://github.com/Marviuz)! - Adds metas in package.json
## 1.0.0
### Major Changes
- [`eb17ef8`](https://github.com/Marviuz/style-guide/commit/eb17ef8057c3c28df50e1d3c95af4110561b418e) Thanks [@Marviuz](https://github.com/Marviuz)! - 🎉 Initial Release