Skip to content

Commit

Permalink
chore: prepare 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 4, 2018
1 parent 9b596c7 commit 2319916
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 708 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org).

## 3.0.0 - 2018-08-04

- Added: `description-format` rule.
- Chore: minimum require `npm-package-json-lint` is now `^3.3.0`.

## 2.0.0 - 2018-05-10

- Chore: minimum require `npm-package-json-lint-config-default` is now `^2.0.0`.
Expand Down
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ const defaultConfig = {
"prefer-alphabetical-peerDependencies": "error",

// Inherited from `npm-package-json-lint-config-default`
"description-format": [
"error",
{
requireCapitalFirstLetter: true,
requireEndingPeriod: true
}
],
// "name-format": "error",
// "version-format": "error",

Expand Down
Loading

0 comments on commit 2319916

Please sign in to comment.