Skip to content

Commit

Permalink
Merge pull request silvermine#25 from jimjenkins5/upgrade_eslint
Browse files Browse the repository at this point in the history
Upgrade ESLint config and use Silvermine's custom commitlint config
  • Loading branch information
jthomerson authored Mar 1, 2019
2 parents c625d58 + 4982cc8 commit 250c469
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict';

module.exports = { extends: [ '@commitlint/config-conventional' ] };
module.exports = { extends: [ '@silvermine/eslint-config/commitlint' ] };
12 changes: 3 additions & 9 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@
"npm": "6.4.1"
},
"devDependencies": {
"@commitlint/cli": "7.5.2",
"@commitlint/config-conventional": "7.5.0",
"@commitlint/travis-cli": "7.5.2",
"@silvermine/chai-strictly-equal": "1.1.0",
"@silvermine/eslint-config": "2.0.0",
"@silvermine/eslint-config": "2.1.0",
"@silvermine/typescript-config": "0.9.0",
"@types/aws-lambda": "8.10.17",
"@types/chai": "4.1.7",
Expand Down

0 comments on commit 250c469

Please sign in to comment.