Détail du package

eslint-config-rive

guoyunhe335MIT3.1.1

ESLint shareable configuration for RiVE projects

rive, eslint, eslint-config, standard

readme

eslint-config-rive

ESLint shareable configuration for RiVE projects

changelog

Changelog

3.1.0 - 2024-12-29

  • Changed to eslint 9.x style exports

3.0.0 - 2024-12-29

  • BREAKING CHANGE: Updated eslint from 8.x to 9.x with new configuration file format
  • BREAKING CHANGE: Removed typescript 4.x support
  • Updated @typescript-eslint/eslint-plugin from 6.x to 8.x
  • Updated @typescript-eslint/parser from 6.x to 8.x
  • Updated eslint-plugin-react-hooks from 4.x to 5.x

2.2.0 - 2024-01-20

  • Added plugin:react/jsx-runtime config

2.1.0 - 2024-01-20

  • Removed eslint-plugin-import
  • Changed @typescript-eslint/no-explicit-any from error to warn

2.0.2 - 2024-01-17

  • Split react config to separate file

2.0.1 - 2024-01-14

  • Changed license from GPL-3.0 to MIT

2.0.0 - 2024-01-14

  • BREAKING CHANGE: Updated @typescript-eslint/eslint-plugin 5.x to 6.x
  • BREAKING CHANGE: Updated @typescript-eslint/parser 5.x to 6.x
  • BREAKING CHANGE: Updated eslint-config-prettier 8.x to 9.x
  • BREAKING CHANGE: Updated eslint-plugin-prettier 4.x to 5.x
  • BREAKING CHANGE: Updated prettier 2.x to 3.x
  • BREAKING CHANGE: Changed preset prettier to plugin:prettier/recommended
  • Added typescript 5.x support

1.4.0

  • Update eslint-import-resolver-typescript and eslint-plugin-jest

1.3.2

  • Fix order of typescript and node import resolver

1.3.1

  • Fix node import resolver

1.3.0

  • Ignore build, coverage, dist, lib, node_modules and .rive folder

1.2.0

  • Add eslint-plugin-jest
  • Add eslint-plugin-react-hooks
  • Fix TypeScript parser options

1.1.0

  • Add eslint config, plugin and parser dependencies

1.0.1

  • Change to CJS module

1.0.0

  • Extend ESLint's recommended configuration
  • Add React plugin and extend recommended configuration
  • Add TypeScript plugin and parser, and extend recommended configuration
  • Add Prettier plugin and extend recommended configuration