Running `pnpm lint:remark` command on `status.app` outputs warnings on rules that are disabled in the config at [apps/status.app/.remarkrc.mjs](https://github.com/status-im/status-web/blob/main/apps/status.app/.remarkrc.mjs). For example: ``` 123:129-1:1 warning Unexpected `128` character line, expected at most `80` characters, remove `48` characters maximum-line-length remark-lint ```