Skip to content
Snippets Groups Projects
Unverified Commit a363ae30 authored by Tasso Evangelista's avatar Tasso Evangelista Committed by GitHub
Browse files

chore(lint): Ignore `coverage` dir on linting `@rocket.chat/ddp-client` (#30102)

parent 53355244
No related branches found
No related tags found
No related merge requests found
{
"extends": ["@rocket.chat/eslint-config"],
"ignorePatterns": ["**/dist"],
"ignorePatterns": ["**/dist", "**/coverage"],
"rules": {
"@typescript-eslint/naming-convention": [
"error",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment