Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 21, 2024
1 parent a4733b4 commit 6193fb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ module.exports = {
},
},
{
"files": [
"**/*.test.js",
"**/*.test.jsx"
],
"env": {
"jest": true,
"node": true
}
}
files: ["**/*.test.js", "**/*.test.jsx"],
env: {
jest: true,
node: true,
},
},
],
parserOptions: {
ecmaVersion: "latest",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
"text",
"cobertura"
],
"testPathIgnorePatterns": ["spec.js"]
"testPathIgnorePatterns": [
"spec.js"
]
}
}

0 comments on commit 6193fb1

Please sign in to comment.