Skip to content

Commit

Permalink
Add qunit to useNPMDependenciesFromPerennial.mjs, see #372
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 13, 2024
1 parent 7aefd56 commit 5a8b7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/eslint/config/util/useNPMDependenciesFromPerennial.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
export default {
rules: {
'no-restricted-imports': [
'error', ...[ 'puppeteer', 'winston', 'axios' ].map( name => {
'error', ...[ 'puppeteer', 'winston', 'axios', 'qunit' ].map( name => {
return {
name: name,
message: 'Prefer importing from perennial/js/npm-dependencies instead of installing a separate copy'
Expand Down

0 comments on commit 5a8b7e9

Please sign in to comment.