Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: netlify/eslint-config-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.5
Choose a base ref
...
head repository: netlify/eslint-config-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.6
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on May 10, 2021

  1. Copy the full SHA
    eb68a13 View commit details
  2. Copy the full SHA
    0bb9054 View commit details
  3. fix(deps): update dependency eslint-plugin-unicorn to v32 (#179)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    Copy the full SHA
    1bf39d3 View commit details
  4. chore: release 2.6.6 (#181)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored May 10, 2021
    Copy the full SHA
    0c7ad29 View commit details
Showing with 170 additions and 207 deletions.
  1. +2 −20 .eslintrc.js
  2. +8 −0 CHANGELOG.md
  3. +158 −185 package-lock.json
  4. +2 −2 package.json
22 changes: 2 additions & 20 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -64,27 +64,9 @@ module.exports = {
{
ignore: [
// Common small numbers
-2,
-1,
0,
1,
2,
3,
-2, -1, 0, 1, 2, 3,
// HTTP statuses
200,
201,
202,
204,
300,
301,
400,
401,
403,
404,
410,
422,
429,
500,
200, 201, 202, 204, 300, 301, 400, 401, 403, 404, 410, 422, 429, 500,
],
enforceConst: true,
detectObjects: true,
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [2.6.6](https://www.github.com/netlify/eslint-config-node/compare/v2.6.5...v2.6.6) (2021-05-10)


### Bug Fixes

* **deps:** update dependency eslint to v7.26.0 ([eb68a13](https://www.github.com/netlify/eslint-config-node/commit/eb68a13c72fe664bee485a4975d70b3f0b2df8ae))
* **deps:** update dependency eslint-plugin-unicorn to v32 ([#179](https://www.github.com/netlify/eslint-config-node/issues/179)) ([1bf39d3](https://www.github.com/netlify/eslint-config-node/commit/1bf39d35ef583182b4a180298168732eecd503a4))

### [2.6.5](https://www.github.com/netlify/eslint-config-node/compare/v2.6.4...v2.6.5) (2021-05-03)


Loading