Skip to content

Commit

Permalink
chore: prepare 81.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Sep 26, 2018
1 parent c5dea2d commit dc0d3a0
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org). Except add new
rule (it is breaking changed by default).

## 81.0.0 - 2018-09-26

- Chore: minimum require `babel-eslint` version is now `^10.0.0`.

## 80.0.0 - 2018-09-25

- Chore: minimum require `eslint-plugin-lodash` version is now `^3.1.0`.
Expand Down
7 changes: 7 additions & 0 deletions husky.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"use strict";

module.exports = {
hooks: {
"pre-commit": "lint-staged"
}
};
147 changes: 127 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-itgalaxy",
"version": "80.0.0",
"version": "81.0.0",
"description": "Itgalaxy org's ESLint rules and configs.",
"keywords": [
"eslint",
Expand All @@ -25,7 +25,7 @@
"dependencies": {},
"devDependencies": {
"ava": "^0.25.0",
"babel-eslint": "^9.0.0",
"babel-eslint": "^10.0.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.9.0",
"eslint": "^5.0.0",
Expand All @@ -43,7 +43,7 @@
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-unicorn": "^6.0.0",
"husky": "^0.14.1",
"husky": "^1.0.0",
"lint-staged": "^7.0.0",
"npm-run-all": "^4.0.1",
"npmpub": "^4.0.1",
Expand All @@ -56,7 +56,7 @@
"remark-preset-lint-itgalaxy": "^13.0.0"
},
"peerDependencies": {
"babel-eslint": "^9.0.0",
"babel-eslint": "^10.0.0",
"eslint": "^5.0.0",
"eslint-plugin-ava": "^5.0.0",
"eslint-plugin-html": "^4.0.5",
Expand All @@ -71,7 +71,6 @@
"eslint-plugin-unicorn": "^6.0.0"
},
"scripts": {
"precommit": "lint-staged",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint:eslint-config-prettier-check": "eslint --print-config ./print-config/index.js | eslint-config-prettier-check",
"lint:check-rules": "eslint-find-rules --unused lib/config/all.js",
Expand Down

0 comments on commit dc0d3a0

Please sign in to comment.