Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Releases: jamieconnolly/eslint-config

v3.0.0

12 Oct 15:16
Compare
Choose a tag to compare
  • πŸ”§ Fix eslint config file in .npmignore
  • ✏️ Fixing some formatting issues
  • ⬆️ Update jest to version 21.0.0 (#7)
  • ⬆️ Update eslint-plugin-jest to version 21.0.0 (#6)
  • πŸ”§ Require spacing inside of curly braces
  • ⬆️ Update babel-eslint to version 8.0.1 (#9)
  • ⬆️ Update eslint to version 4.8.0

v2.3.1

09 Aug 12:11
Compare
Choose a tag to compare
  • πŸ”§ Enforce variables to be declared separately
  • πŸ‘· Run Travis on Node 4.x, 6.x and 8.x
  • πŸ”§ Disallow async functions which have no await expression

v2.3.0

06 Aug 17:38
Compare
Choose a tag to compare
  • πŸ”§ Update the import/order rule
  • πŸ”§ Disallow all assignments in return statements
  • πŸ”§ Allow calls to Promise.reject() with no arguments
  • πŸ”§ Disallow implicitly returning undefined with a return statement
  • πŸ”§ Disallow all assignments in test conditions
  • πŸ”§ Warn when finding constant expressions in conditions
  • πŸ”§ Require typeof expressions to only be compared to string literals
  • πŸ”§ Enforce spacing between the * in generator functions and yield expressions
  • πŸ”§ Prefer longform syntax when the object key is a string literal
  • πŸ”§ Turn off the destructuring requirement for array indexes
  • ⬆️ Update eslint to version 4.3.0
  • πŸ”§ Allow the importing of devDependencies inside config files
  • πŸ”§ Handle monorepos in import/no-extraneous-dependencies

v2.2.0

01 Aug 22:02
Compare
Choose a tag to compare
  • πŸ”§ Allow a few more anonymous default exports
  • πŸ”§ Allow the use of devDependencies in test files
  • πŸ”¨ Refactor tests to be more jest-like

v2.1.2

31 Jul 10:44
Compare
Choose a tag to compare
  • πŸ”§ Use the environment from the jest plugin
  • πŸ”§ Don't include the node environment by default
  • πŸ”§ Add .npmignore
  • βœ… Add in eslint-plugin-node
  • 🚚 Use .eslintrc.js instead of .eslintrc.json

v2.1.1

26 Jul 17:17
Compare
Choose a tag to compare
  • πŸ‘· Tidy up the ESLint rules for the project
  • πŸ”§ Limit the peer dependency to minor versions and below
  • πŸ“ Recommend using .eslintrc.json
  • ⬆️ Update eslint-plugin-babel to version 4.1.2 (#5)

v2.1.0

19 Jul 16:05
Compare
Choose a tag to compare
  • πŸ”§ Only apps should have lockfiles
  • ⬆️ Update eslint to version 4.1
  • πŸ”§ Pin dev dependencies to major versions
  • ⬆️ Update eslint-plugin-import to version 2.7.0 (#4)
  • ⬆️ Update eslint to version 4.2.0
  • ✨ Add eslint-plugin-compat support
  • πŸ”₯ Remove eslint-plugin-compat support
  • 🚚 Move the parser options into the ES6 rules
  • πŸ”§ Update the array-*-newline rules
  • βœ… Add in a basic test to check index.js
  • βœ… Use the correct description for the basic test

v2.0.0

23 Jun 14:55
Compare
Choose a tag to compare
  • ⬆️ Bump babel-eslint, eslint, eslint-index and jest
  • ⬆️ Bump jest
  • ⬆️ Update dependencies
  • πŸ”§ Update rules to match ESLint 4
  • ⬆️ Bump eslint-plugin-import
  • πŸ”§ Update how we list dev and peer dependencies
  • πŸ’š Use syntax that doesn't fail ESLint checks
  • πŸ”§ Enable Greenkeeper (#2)

v1.1.0

08 Mar 17:17
Compare
Choose a tag to compare
  • ⬆️ Bump eslint and eslint-plugin-babel

v1.0.0

03 Mar 16:29
Compare
Choose a tag to compare
  • πŸŽ‰ Initial release