Releases: ChoTotOSS/chotot-web-standards
Releases · ChoTotOSS/chotot-web-standards
@chotot/[email protected]
Patch Changes
- 632c9f7: remove project tsconfig
@chotot/[email protected]
Patch Changes
- dac39f1: publish
@chotot/[email protected]
Minor Changes
- c521f33: turn off no-unsafe-call no-unsafe-argument
@chotot/[email protected]
Major Changes
- 7f82412: Introduce @chotot/eslint-config-next for Next.js application and @chotot/eslint-plugin-chotot
@chotot/[email protected]
Patch Changes
- c505fc2: turn off react/require-default-props for tsx because typescript will catch this for us
@chotot/[email protected]
Major Changes
- 7f82412: Introduce @chotot/eslint-config-next for Next.js application and @chotot/eslint-plugin-chotot
Patch Changes
- Updated dependencies [7f82412]
- @chotot/[email protected]
[email protected]
- Upgrade
eslint-config-chotot-base
@17.0.0
with support for eslint 8 - Upgrade
@next/eslint-plugin-next
@12
- BREAKING:
- Upgrade
eslint-plugin-chotot
@4.0.0
with newchotot/filepath-no-ads
rule - Base config switch from
babel-eslint
(deprecated) to@babel/eslint-parser
- Upgrade
- BREAKING: New rules in new eslint and plugins versions:
no-unused-private-class-members
react/iframe-missing-sandbox
react/no-invalid-html-attribute
react/no-namespace
react/no-unused-class-component-methods
react/prefer-exact-props
(warn
)
- Non-breaking new rules (
off
initially):prefer-object-has-own
react/hook-use-state
react/no-arrow-function-lifecycle
- Remove:
jsx-a11y/no-onchange