We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f15301 commit 1160332Copy full SHA for 1160332
1 file changed
.eslintrc.js
@@ -1,10 +1,6 @@
1
module.exports = {
2
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',
+ globals: {
+ WPFormsBuilder: 'readonly',
9
},
10
};
0 commit comments