Skip to content

Commit c3aad3f

Browse files
committed
release: Release version 10.0.0
1 parent 76dc3d9 commit c3aad3f

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11

22

3-
## [9.0.0](https://github.com/MorevM/eslint-config/compare/v8.2.0...v9.0.0) (2022-03-20)
3+
## [10.0.0](https://github.com/MorevM/eslint-config/compare/v9.0.0...v10.0.0) (2022-03-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Presets `common` and `assistive` have become more strict due new `markdown` config
9+
10+
### Features
11+
12+
* Add `markdown` configuration ([1002c98](https://github.com/MorevM/eslint-config/commit/1002c98ab9f8b202d3a37c8cd99cb481384a5db5))
13+
14+
15+
### Documentation
16+
17+
* Sort configurations and presets alphabetically ([25575da](https://github.com/MorevM/eslint-config/commit/25575da6daf590e998deee06c0caf28180a51e52))
18+
19+
20+
### Refactoring
21+
22+
* Sort exports alpabetically ([8f61be5](https://github.com/MorevM/eslint-config/commit/8f61be544734269415c206ff1b7d57294948924e))
23+
24+
25+
### Tests
26+
27+
* Add `md012` to known unused rules list ([077ed36](https://github.com/MorevM/eslint-config/commit/077ed36c8afe7f2ab2ddf9fd4b7e55573589ba6e))
28+
29+
30+
### Chores
31+
32+
* Dependencies upgrade ([76dc3d9](https://github.com/MorevM/eslint-config/commit/76dc3d932033f7576542550863b003eff8b05125))## [9.0.0](https://github.com/MorevM/eslint-config/compare/v8.2.0...v9.0.0) (2022-03-20)
433

534

635
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@morev/eslint-config",
33
"description": "Strict shareable ESLint configuration that I personally use",
4-
"version": "9.0.0",
4+
"version": "10.0.0",
55
"private": false,
66
"engines": {
77
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"

0 commit comments

Comments
 (0)