Skip to content

0.16.0

Compare
Choose a tag to compare
@Anuovec Anuovec released this 29 Jan 14:26
· 8 commits to master since this release
  • Added import/no-empty-named-blocks, import/consistent-type-specifier-style, import/newline-after-import, jest/no-untyped-mock-factory, jest/prefer-each, prefer-mock-promise-shorthand, jsx-a11y/no-aria-hidden-on-focusable, jsx-a11y/prefer-tag-over-role, promise/no-multiple-resolved, react/no-object-type-as-default-prop, require-atomic-updates
  • Updated typescript-eslint dependencies, eslint-plugin-jsx-a11y, eslint-plugin-promise, eslint-plugin-react-hooks, eslint-plugin-sonarjs, eslint-plugin-unicorn, prettier, eslint-plugin-jest, eslint-plugin-testing-library, eslint-config-prettier, eslint-config-, eslint-plugin-import, eslint-plugin-react
  • Changed ExmaScript version to 2021
  • Removed no-new-symbol, because it is reduntant to no-new-native-nonconstructor
  • Updated jest version to 27
  • Changed react/hook-use-state allowDestructuredState to true
  • Added eslint-plugin-no-date-parsing back, now that is supports eslint 8+
  • Added types folder to import/order groups
  • Added eslint-config-xo-typescript rules
  • Added @tanstack/eslint-plugin-query recommended config
  • Disallow import from antd in other places than ui and App.tsx