Skip to content

Releases: ChoTotOSS/chotot-web-standards

@chotot/[email protected]

20 Jun 06:51
00cf603
Compare
Choose a tag to compare

Patch Changes

@chotot/[email protected]

20 Jun 06:43
8ac02ba
Compare
Choose a tag to compare

Patch Changes

@chotot/[email protected]

01 Jun 09:18
33548e7
Compare
Choose a tag to compare

Minor Changes

  • c521f33: turn off no-unsafe-call no-unsafe-argument

@chotot/[email protected]

31 May 06:11
d14f77a
Compare
Choose a tag to compare

Major Changes

  • 7f82412: Introduce @chotot/eslint-config-next for Next.js application and @chotot/eslint-plugin-chotot

@chotot/[email protected]

31 May 06:40
48f4bed
Compare
Choose a tag to compare

Patch Changes

  • c505fc2: turn off react/require-default-props for tsx because typescript will catch this for us

@chotot/[email protected]

31 May 06:11
d14f77a
Compare
Choose a tag to compare

Major Changes

  • 7f82412: Introduce @chotot/eslint-config-next for Next.js application and @chotot/eslint-plugin-chotot

Patch Changes

[email protected]

24 Mar 06:52
Compare
Choose a tag to compare
  • 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 new chotot/filepath-no-ads rule
    • Base config switch from babel-eslint(deprecated) to @babel/eslint-parser
  • 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