Skip to content

Commit

Permalink
Merge pull request #179 from moderntribe/update/MOOSE-177/eslint-config
Browse files Browse the repository at this point in the history
[MOOSE-177] eslint config update
  • Loading branch information
GeoffDusome authored Jan 10, 2025
2 parents 1057023 + e3bc923 commit 7a2db21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"env": {
"browser": true
},
"extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
"rules": {
"no-console": 0,
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ item (Added, Changed, Depreciated, Removed, Fixed, Security).

## [2025.01]

- Updated: ESLint config now supports browser environment variable such as `IntersectionObserver`
- Added: ability for table blocks to utilize the `overflow-x` set on them by setting a `min-width` property for the
`table` element within the table block.
- Updated: Enabled background images on the Group block; We should try to use this instead of the Cover block where
Expand Down

0 comments on commit 7a2db21

Please sign in to comment.