Merged PR 171: Refactor the multiple context menus into a single component + Fix eslint
Refactor the multiple context menus into a single component + Fix eslint
This commit is contained in:
parent
ad126c6c28
commit
87c4ea1fe5
8 changed files with 173 additions and 269 deletions
|
@ -4,7 +4,6 @@ module.exports = {
|
|||
es2021: true
|
||||
},
|
||||
extends: [
|
||||
'only-warn',
|
||||
'plugin:react/recommended',
|
||||
'standard-with-typescript'
|
||||
],
|
||||
|
@ -18,6 +17,7 @@ module.exports = {
|
|||
project: './tsconfig.json'
|
||||
},
|
||||
plugins: [
|
||||
'only-warn',
|
||||
'react',
|
||||
'react-hooks',
|
||||
'@typescript-eslint'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue