Skip to content

Commit

Permalink
build: fix eslint suddenly having an issue with gitInfo script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChristophe committed Sep 18, 2023
1 parent b833599 commit a59a0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
// typically only triggered on more complex switch cases where introducing a variable only worsens readability
"sonarjs/no-duplicate-string": "off"
},
"ignorePatterns": [".eslintrc.js"]
"ignorePatterns": [".eslintrc.js", "lib/gitInfo.js"]
}

0 comments on commit a59a0cf

Please sign in to comment.