# elementor/3.32.2/eslint-local-rules.js

Elementor Website Builder – more than just a page builder, version 3.32.2. 5 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.32.2/code/eslint-local-rules.js
- Raw: https://pluginprobe.com/plugins/elementor/3.32.2/raw/eslint-local-rules.js
- Modified: 2025-08-05T14:00:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.32.2/code/eslint-local-rules.js#L10-L20`.

```javascript
const elementorEditorPlugin = require('./packages/packages/tools/eslint-plugin-editor/dist/index.js');

module.exports = {
	'no-react-namespace': elementorEditorPlugin.rules['no-react-namespace'],
}; 
```
