Skip to content

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <[email protected]>
  • Loading branch information
kecrily and mdjermanovic committed Mar 29, 2024
1 parent 640366d commit c7184d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ const globals = require("globals");

module.exports = [
...eslintConfigESLint,
{
ignores: ["coverage/"]
},
{
rules: {
camelcase: ["error", { properties: "never" }],
Expand Down

0 comments on commit c7184d3

Please sign in to comment.