eslint-config-standard

ESLint Shareable Configs for JavaScript Standard Style in Vue.js Projects

MIT License

Downloads
486.2K
Stars
40
Committers
7

Bot releases are hidden (Show)

eslint-config-standard - Latest Release

Published by sodatea about 2 years ago

  • Remove the "import/extensions" rule, fixes #23
eslint-config-standard -

Published by sodatea about 2 years ago

A Standalone @vue/eslint-config-standard-with-typescript

When using the Standard Style in a TypeScript project, you no longer need to install both @vue/eslint-config-standard and @vue/eslint-config-typescript.
You can just use the @vue/eslint-config-standard-with-typescript package. It also provides stricter rules for TypeScript.

eslint-config-standard -

Published by sodatea about 2 years ago

Better integration with @rushstack/eslint-patch

All the eslint plugins used here are listed as dependencies, rather than peerDependencies.
So when using these configs with @rushstack/eslint-patch, you no longer have to install the plugins separately.

eslint-config-standard -

Published by sodatea over 2 years ago

eslint-config-standard -

Published by sodatea about 3 years ago

New Features:

  • Accept eslint-plugin-promise v5 as peer dependency.
eslint-config-standard -

Published by sodatea almost 4 years ago

eslint-config-standard -

Published by sodatea over 4 years ago

Bug Fixes

  • 3276eae fix: @vue/cli-service can be an optional peer dependency
eslint-config-standard -

Published by sodatea over 4 years ago

Bug Fixes

  • f78b634 fix: setup import/resolver and import/extensions; fixes yarn 2 incompatibility.
eslint-config-standard -

Published by sodatea almost 5 years ago

New Features:

  • 40ea25a update to eslint-plugin-vue >= 6.1.2 and set the default ecmaVersion to 2020
eslint-config-standard -

Published by sodatea almost 5 years ago

Bug Fixes:

  • c502b78 fix: use ecmaVersion: 2019 for now, fix incompatility with eslint-plugin-vue v6.0.0 & v6.0.1
eslint-config-standard -

Published by sodatea almost 5 years ago