Files
rm2.pagedev.pl/wp-content/plugins/elementor/eslint-local-rules.js
2026-03-24 00:31:47 +01:00

5 lines
200 B
JavaScript

const elementorEditorPlugin = require('./packages/packages/tools/eslint-plugin-editor/dist/index.js');
module.exports = {
'no-react-namespace': elementorEditorPlugin.rules['no-react-namespace'],
};