Skip to content

Commit 61361ad

Browse files
Fix build, remove outdated rule, Ref: DEV-747
1 parent a1dbd8b commit 61361ad

File tree

4 files changed

+4385
-4547
lines changed

4 files changed

+4385
-4547
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ module.exports = {
1515
},
1616
rules: {
1717
indent: ['error', 2],
18-
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
1918
'func-names': 'off',
2019
'no-underscore-dangle': 'off',
2120
'no-plusplus': 'off',

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### [Unreleased]: 2026-02-06
22

33
* Update .eslintrc.js for native blocks, Ref: DEV-747
4+
* Update code-quality-checks to 2.1.9
45

56
### 10.0.2: 2026-02-06
67

0 commit comments

Comments
 (0)