Skip to content

Commit

Permalink
Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovepixelart committed Apr 15, 2023
1 parent f582fd6 commit a971fbe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"plugins": [
"@typescript-eslint",
"jest",
"jest-formatting"
"jest-formatting",
"sonarjs"
],
"extends": [
"standard",
Expand Down Expand Up @@ -62,7 +63,10 @@
"plugin:jest/style",
"plugin:jest/recommended",
"plugin:jest-formatting/recommended"
]
],
"rules": {
"sonarjs/no-duplicate-string": "off"
}
},
{
"parserOptions": {
Expand Down

0 comments on commit a971fbe

Please sign in to comment.