Skip to content

Commit

Permalink
chore: bump frontend-build to update base eslint config (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jun 21, 2024
1 parent f920fa1 commit 744d1bc
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 99 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const { getBaseConfig } = require('@openedx/frontend-build');

const config = getBaseConfig('eslint');

config.globals = { globalThis: 'readonly' };
config.rules = {
'import/no-extraneous-dependencies': ['error', {
devDependencies: [
Expand Down
134 changes: 37 additions & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "1.2.0",
"@openedx/frontend-build": "14.0.9",
"@openedx/frontend-build": "14.0.10",
"@openedx/paragon": "22.6.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "12.1.5",
Expand Down

0 comments on commit 744d1bc

Please sign in to comment.