Felicio Mununga 6c24833a91
remove url signatures (#461)
* rm sigs

* Create sharp-mangos-divide.md

* fix apps/web lint

* rm URLParams
2023-08-10 13:47:14 +02:00

13 lines
213 B
Plaintext

{
"root": true,
"extends": [
"@status-im/eslint-config",
"plugin:tailwindcss/recommended",
"next",
"next/core-web-vitals"
],
"rules": {
"@next/next/no-html-link-for-pages": "off"
}
}