Remove unused promise plugin
This commit is contained in:
parent
f02228e48b
commit
b7d1a98269
3 changed files with 0 additions and 23 deletions
|
@ -6,7 +6,6 @@ module.exports = {
|
|||
plugins: [
|
||||
'@typescript-eslint',
|
||||
'react',
|
||||
'promise',
|
||||
'import',
|
||||
'eslint-comments',
|
||||
'sonarjs'
|
||||
|
@ -20,7 +19,6 @@ module.exports = {
|
|||
extends: [
|
||||
'eslint:recommended',
|
||||
'plugin:react/recommended',
|
||||
// 'plugin:promise/recommended',
|
||||
'plugin:import/errors',
|
||||
'plugin:eslint-comments/recommended',
|
||||
'plugin:compat/recommended',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue