mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-31 02:28:36 -04:00
Eslint - fix 'proto' is not defined
This commit is contained in:
parent
9d2ec873c5
commit
c70067c182
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"react-app",
|
"react-app",
|
||||||
"react-app/jest"
|
"react-app/jest"
|
||||||
]
|
],
|
||||||
|
"ignorePatterns": ["**/*_pb.js"]
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue