eslint-config-typescript

eslint-config-typescript for vue projects

MIT License

Downloads
3.8M
Stars
104
Committers
22

Bot releases are hidden (Show)

eslint-config-typescript - v13.0.0 Latest Release

Published by sodatea 8 months ago

Notable Changes

typescript-eslint is upgraded to v7.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7

It's a small major release that only updates some peer dependency version requirements:

  • Requires Node.js >= 18.18, TypeScript >= 4.7.4, ESLint >= 8.56
eslint-config-typescript -

Published by sodatea about 1 year ago

Notable Changes

typescript-eslint is upgraded to v6.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/
Here are some notable changes you might encounter when upgrading @vue/eslint-config-typescript from v11 to v12:

eslint-config-typescript -

Published by sodatea over 2 years ago

Breaking Changes

  • Bump eslint-plugin-vue to v9
  • Drop Node.js v12 support

Other Notable Changes

  • Use multiple parsers for more precise checking, and potentially improves performance (8c3628c)
eslint-config-typescript -

Published by sodatea almost 3 years ago

Breaking Change

  • @typescript-eslint/* becomes dependencies instead of peer dependencies. It's because we now recommend using this package along with @rushstack/eslint-patch.
eslint-config-typescript -

Published by sodatea almost 3 years ago

  • feat: allow using const foo = require('foo') in plain CommonJS modules (109b3f8)
eslint-config-typescript -

Published by sodatea almost 3 years ago

  • Fixes the peer dependency version of eslint-plugin-vue (#37) (@2malh)
eslint-config-typescript -

Published by sodatea almost 3 years ago

  • Upgrade vue-eslint-parser to v8;
  • Drop support for Node.js < v12.22.0, v13, >=v14 < v14.17.0, v15
eslint-config-typescript -

Published by sodatea about 3 years ago

Thanks to @cexbrayat

eslint-config-typescript -

Published by sodatea about 4 years ago

Update to @typescript-eslint/* v4.

See detailed breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0

eslint-config-typescript -

Published by sodatea about 4 years ago

Update to @typescript-eslint/* v3. See detailed breaking changes at https://github.com/typescript-eslint/typescript-eslint/releases/tag/v3.0.0

The most notable ones are:

  • Dropped support for Node version 8
  • Dropped support for TypeScript 3.2

Check out the linked issues for more information about added/removed rules:

eslint-config-typescript -

Published by sodatea about 4 years ago

Accept eslint@7 & eslint-plugin-vue@7 as peer dependencies

eslint-config-typescript -

Published by sodatea over 4 years ago

Fix parser loading in Yarn 2 #8

eslint-config-typescript -

Published by sodatea almost 5 years ago

Fix the Cannot read config file error for the recommended ruleset https://github.com/vuejs/eslint-config-typescript/pull/6

eslint-config-typescript -

Published by sodatea almost 5 years ago