Skip to content

v20.0.0

Latest
Compare
Choose a tag to compare
@lffg lffg released this 20 Jun 19:55
· 4 commits to master since this release

Highlights

This version of eslint-config-lffg brings support to ESLint 7.x. πŸŽ‰
If you want want keep using ESLint 6.x, you should use some older version, like eslint-config-lffg@19.x.


  • docs: Remove --ext option and add --ignore-path 0c12244
  • feat: Add @typescript-eslint/ban-ts-comment rule ce1cf11
  • feat: Remove deprecated TypeScript ESLint (plugin) rules b190fe6
  • chore: Add ESLint config file 02b0aba
  • feat: Apply import/order rule 32d1e36
  • chore: Remove self reference f0a434d
  • feat: Update ESLint version to 7.x a8f5a04
  • feat: Remove eslint-plugin-import-helpers 10dab47
  • feat: Remove pages-default-esm config 52e58b4
  • feat: Make TS version less strict d049385
  • docs: Add LICENSE f82131d
  • docs: Fix configuration name in readme 4eabd63

There are breaking changes in the linting behavior. Some rules were removed or changed.

v19.0.0...v20.0.0