mirror of
https://github.com/status-im/status-web.git
synced 2025-01-12 05:34:39 +00:00
6c24833a91
* rm sigs * Create sharp-mangos-divide.md * fix apps/web lint * rm URLParams
13 lines
213 B
Plaintext
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"
|
|
}
|
|
}
|