This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Releases: jamieconnolly/eslint-config
Releases Β· jamieconnolly/eslint-config
v3.0.0
- π§ 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
- π§ 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
- π§ 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
- π§ 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
- π§ 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
v2.1.0
- π§ 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
- β¬οΈ 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
- β¬οΈ Bump eslint and eslint-plugin-babel
v1.0.0
- π Initial release