Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 29, 2020
1 parent 258ee48 commit 24ddf3f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -60,6 +60,11 @@ code to match the newly added rules.
- This pattern is particularly common in Next.js apps, e.g. `blog/[slug].js`
- You may notice new errors in these files since they were not being linted before

- Better mono-repo support: Nested `node_modules/` folders are ignored by default [#1182](https://github.com/standard/standard/issues/1182)

- Remove `eslint-plugin-standard` [#1316](https://github.com/standard/standard/issues/1316)
- We migrated the remaining `no-callback-literal` rule into `eslint-plugin-node`

### New rules

_(Estimated % of affected standard users, based on test suite in parens)_
Expand Down Expand Up @@ -93,7 +98,8 @@ _(Estimated % of affected standard users, based on test suite in parens)_

### Changed rules

- Relax rule: Remove conflicting JSX indenting with `indent` rule [#1499](https://github.com/standard/standard/issues/1499)
- Relax rule: JSX: Consider the global scope when checking for defined Components [#1115](https://github.com/standard/standard/issues/1115)
- Relax rule: JSX: Remove conflicting indentation rule in `indent` [#1499](https://github.com/standard/standard/issues/1499)

## [15.0.1] - 2020-10-27

Expand Down

0 comments on commit 24ddf3f

Please sign in to comment.