Skip to content

Commit

Permalink
chore: update linters (#208)
Browse files Browse the repository at this point in the history
* chore: fix linters configuration

* chore: fix husky hook permissions
  • Loading branch information
EndBug authored Jul 15, 2023
1 parent a0b300e commit c6f03a0
Show file tree
Hide file tree
Showing 6 changed files with 1,481 additions and 1,016 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ module.exports = {
es6: true,
node: true
},
extends: ['eslint:recommended', 'plugin:prettier/recommended'],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended'
],
globals: {},
parser: '@typescript-eslint/parser',
parserOptions: {
Expand Down
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
22 changes: 11 additions & 11 deletions lib/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit c6f03a0

Please sign in to comment.