Skip to content

Commit

Permalink
feat: promise plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc92 committed May 6, 2023
1 parent 69eb5d6 commit e10d68b
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 277 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const base = require('./src/configs/base');
module.exports = {

... base,
'extends': [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended' ],
'plugins': [ '@typescript-eslint', 'no-secrets', 'sonarjs' ],
'extends': [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:promise/recommended' ],
'plugins': [ '@typescript-eslint', 'no-secrets', 'sonarjs', 'promise' ],
'parser': '@typescript-eslint/parser',
'parserOptions': {
'ecmaVersion': 'latest',
Expand Down

0 comments on commit e10d68b

Please sign in to comment.