Skip to content

Commit 1160332

Browse files
committed
Update rule exclusions
1 parent 9f15301 commit 1160332

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.eslintrc.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
module.exports = {
22
extends: 'plugin:@wordpress/eslint-plugin/recommended',
3-
rules: {
4-
// Turn off specific rules
5-
camelcase: 'off',
6-
'no-undef': 'off',
7-
'no-console': 'off',
8-
'no-alert': 'off',
3+
globals: {
4+
WPFormsBuilder: 'readonly',
95
},
106
};

0 commit comments

Comments
 (0)