wallet-connect-web-examples/wallets/react-wallet-v2/.eslintrc.json

5 lines
80 B
JSON
Raw Normal View History

2022-02-02 12:13:49 +00:00
{
2022-02-03 09:24:35 +00:00
"extends": "next/core-web-vitals",
"ignorePatterns": ["next.config.js"]
2022-02-02 12:13:49 +00:00
}