eslint-config-kevinoid

ESLint shareable config for @kevinoid's style (based on Airbnb).

MIT License

Downloads
3K
Stars
0
Committers
4

Bot releases are visible (Hide)

eslint-config-kevinoid -

Published by kevinoid over 4 years ago

BREAKING CHANGES

  • Update eslint-plugin-unicorn to ^17.0.0 (ded9395):
    • Rename unicorn/regex-shorthand to unicorn/better-regex.
eslint-config-kevinoid -

Published by kevinoid over 4 years ago

BREAKING CHANGES

  • Drop support for Node.js 8, require 10 or later (due to sindresorhus/eslint-plugin-unicorn@d2ffe2c in [email protected]).
  • Require lower-case e in number literals (due to sindresorhus/eslint-plugin-unicorn#490 in [email protected]).
  • Enable unicorn/prefer-trim-start-end for node env. (b9b90c4)

Bug Fixes

  • Use prefer-exponentiation-operator instead of unicorn/prefer-exponentiation-operator (8b471c9)

Features

  • Disable unicorn/no-for-loop due to conflicts with restricted-syntax from eslint-config-airbnb-base which prevents iterators/generators due to regenerator polyfill overhead (fe93887)
eslint-config-kevinoid -

Published by kevinoid over 4 years ago

eslint-config-kevinoid -

Published by kevinoid almost 5 years ago

BREAKING CHANGES

  • Enables new prefer-negative-index rule.
  • WSH: pre-defined globals are now non-writable.
  • WSH: add RuntimeObject to no-restricted-globals, since unbound this is always preferable (see link in error message for details).

New Features

  • Add messages to no-restricted-globals.
  • Update globals to ^12.3.0 for additional WSH globals (CollectGarbage, Debug, RuntimeObject).
  • Update eslint-plugin-unicorn to ^14.0.0.
eslint-config-kevinoid -

Published by kevinoid almost 5 years ago

  • Update eslint-plugin-unicorn to ^13.0.0.
eslint-config-kevinoid -

Published by kevinoid almost 5 years ago

  • Add wsh.js for Windows Script Host.
  • Declare this as the first stable release (by semver conventions).
eslint-config-kevinoid -

Published by kevinoid almost 5 years ago

eslint-config-kevinoid -

Published by kevinoid about 5 years ago

  • Disable unicorn/no-nested-ternary rule.
eslint-config-kevinoid -

Published by kevinoid about 5 years ago

  • Update eslint-plugin-unicorn to ^11.0.0.
eslint-config-kevinoid -

Published by kevinoid about 5 years ago

  • Update eslint-plugin-node dependency to 10.
eslint-config-kevinoid -

Published by kevinoid about 5 years ago

  • Disable promise/always-return
  • allowReject for promise/no-return-wrap
  • Enable prefer-promise-reject-errors incl. empty
  • Disable node/exports-style
eslint-config-kevinoid -

Published by kevinoid about 5 years ago

  • Initial release.