Skip to content
Compare
Choose a tag to compare
@trongthanh trongthanh released this 24 Mar 06:52
· 123 commits to main since this release
  • 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