Skip to content

Commit

Permalink
infra: add pleb config
Browse files Browse the repository at this point in the history
to ignore chai upgrade for now
  • Loading branch information
AviVahl committed Feb 3, 2024
1 parent ca90fff commit b087adc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
},
"extends": ["eslint:recommended", "prettier"],
"plugins": ["no-only-tests"],
"parserOptions": {
"sourceType": "module"
},
"rules": {
"no-only-tests/no-only-tests": "error",
"no-console": "error"
Expand Down
3 changes: 3 additions & 0 deletions pleb.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
pinnedPackages: [{ name: 'chai', reason: 'v5 is pure esm' }],
};

0 comments on commit b087adc

Please sign in to comment.