Skip to content

Commit 990f29d

Browse files
tiagoloureirosrtab
authored andcommitted
husky
1 parent 27a48f9 commit 990f29d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ module.exports = {
77
},
88
extends: [
99
'eslint:recommended',
10+
'plugin:promise/recommended',
1011
'plugin:@typescript-eslint/recommended',
1112
'plugin:jsdoc/recommended-typescript-error',
1213
'plugin:import/recommended',
13-
'plugin:promise/recommended',
1414
'prettier',
1515
],
1616
plugins: ['@typescript-eslint', 'simple-import-sort', 'jsdoc', 'prettier'],

0 commit comments

Comments
 (0)