eslint-config-tc

ESLint shareable config for JavaScript projects

MIT License

Downloads
64.6K
Stars
4
Committers
7
eslint-config-tc - v16.2.0

Published by tclindner almost 4 years ago

👑 Changed

  • Bump some dependencies and prep for release. eslint-plugin-unicorn peerDependency range updated. (#258)
eslint-config-tc - v16.1.0

Published by tclindner about 4 years ago

eslint-config-tc - v16.0.0

Published by pohnemus about 4 years ago

💥 Breaking Changes

  • Add eslint-plugin-unicorn and recommended ruleset. (#229)

👑 Changed

  • Remove jest and mocha environments from config. (#229)
  • Move jest config to extends instead of overrides. (#229)
  • Add override support for TypeScript files. '/*.spec.ts', '/.test.ts', '**/tests-.ts' (#229)

🧹 Chores

  • Bump eslint-plugin-jest from 24.0.0 to 24.0.1 (#222)
  • Bump eslint from 7.8.1 to 7.10.0 (#223, #227)
  • Bump prettier from 2.1.1 to 2.1.2 (#224)
  • Bump eslint-plugin-jest from 24.0.1 to 24.0.2 (#225)
  • Bump eslint-config-prettier from 6.11.0 to 6.12.0 (#228)
  • Bump eslint-plugin-import from 2.22.0 to 2.22.1 (#226)
eslint-config-tc - v15.0.0

Published by tclindner about 4 years ago

💥 Breaking changes

  • Support eslint-plugin-jest v24 (#219)
eslint-config-tc - v14.0.0

Published by tclindner about 4 years ago

💥 Breaking Changes

eslint-config-tc - v13.0.2

Published by tclindner over 4 years ago

🙈 Fixed

  • Disabled no-underscore-dangle
eslint-config-tc - v13.0.1

Published by tclindner over 4 years ago

🙈 Fixed

  • Relative file include for test overrides (#186)
eslint-config-tc - v13.0.0

Published by tclindner over 4 years ago

💥 Breaking changes

👑 Changed

  • Bump eslint-config-prettier from 6.10.1 to 6.11.0 (#161)
  • Add peer support for ESLint 7
  • Bump eslint-config-airbnb-base from 14.1.0 to 14.2.0
  • Remove custom rule definitions for the following rules now that they are covered by Airbnb.
    • no-prototype-builtins
    • no-useless-rename
    • id-length
    • no-underscore-dangle
    • spaced-comment
    • no-use-before-define
eslint-config-tc - v12.1.0

Published by tclindner over 4 years ago

🚀 Added

eslint-config-tc - v12.0.0

Published by tclindner over 4 years ago

💥Breaking Changes

  • Change peer dependency range for Prettier to ^2.0.0 (#154)

👑 Changed

  • Bump eslint-config-prettier from 6.10.0 to 6.10.1 (#144)
  • Bump eslint-config-airbnb-base from 14.0.0 to 14.1.0 (#142)
eslint-config-tc - v11.0.0

Published by tclindner over 4 years ago

💥Breaking Changes

👑 Changed

  • Bump eslint-config-prettier from 6.7.0 to 6.10.0 (#121 & #122 & #131)
  • Turn off no-undefined for test files. (#141)
eslint-config-tc - v10.0.1

Published by tclindner almost 5 years ago

🙈 Fixed

eslint-config-tc - v10.0.0

Published by tclindner almost 5 years ago

💥Breaking Changes

Thank you, @phil-rw 🎉

eslint-config-tc - v9.0.0

Published by tclindner almost 5 years ago

🚀 Added

💥Changed

  • Bumped peer dep eslint-plugin-jest to v23.x.x. eslint-plugin-jest will also need to be bumped when upgrading.
eslint-config-tc - v8.2.0

Published by tclindner almost 5 years ago

👑Changed

  • Final release with support for eslint-plugin-jest v22.x.x.
eslint-config-tc - v8.1.0

Published by tclindner about 5 years ago

👑Changed

eslint-config-tc - v8.0.1

Published by tclindner about 5 years ago

🙈Fixed

  • Bump lock file deps
eslint-config-tc - v8.0.0

Published by tclindner about 5 years ago

🚀Added

  • Support for ESLint 6.
eslint-config-tc - v6.5.0

Published by tclindner over 5 years ago

Changed