Skip to content

Commit

Permalink
chore: update @bigcommerce/eslint-config dep (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvolk authored Jun 21, 2024
1 parent 5167441 commit 87f0766
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 87 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-olives-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'bigrequest': patch
---

update @bigcommerce/eslint-config to fix eslint-plugin-jsdoc engine compatibility
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ require('@bigcommerce/eslint-config/patch');
module.exports = {
extends: ['@bigcommerce/eslint-config'],
ignorePatterns: ['/node_modules/**', '/dist/**', '/src/generated/**'],
rules: {
'no-object-constructor': 'off',
},
overrides: [
{
files: ['**/*.ts'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@bigcommerce/eslint-config": "^2.7.0",
"@bigcommerce/eslint-config": "^2.9.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "18.0.0",
Expand Down
Loading

0 comments on commit 87f0766

Please sign in to comment.