Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 29, 2024
1 parent 44849a4 commit 84305de
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/test/lint/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"extends": ["eslint-config-qiwi"],
"rules": {}
"rules": {},
"overrides": [
{
"files": ["src/scripts/build-from-remote.mts"],
"rules": {
"sonarjs/no-duplicate-string": "off"
}
}
]
}

0 comments on commit 84305de

Please sign in to comment.