Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
Add changelog updating (#23)
Browse files Browse the repository at this point in the history
* Add changelog updating

* 100% test coverage

* Use path.sep instead of "/"

* Use path.join everywhere
  • Loading branch information
rekmarks authored May 12, 2021
1 parent 2885ad2 commit af8d750
Show file tree
Hide file tree
Showing 13 changed files with 3,954 additions and 182 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ module.exports = {
'@typescript-eslint/no-shadow': ['error', { builtinGlobals: true }],
},
},
{
files: ['**/*.d.ts'],
rules: {
'import/unambiguous': 'off',
},
},
{
files: ['**/*.test.js', '**/*.test.ts'],
extends: ['@metamask/eslint-config-jest'],
Expand Down
Loading

0 comments on commit af8d750

Please sign in to comment.