Files
jachty.pkmp.com.pl/wp-content/plugins/elementor/eslint-local-rules.js
Roman Pyrih 7483681901 first commit
2026-04-21 15:48:41 +02: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'],
};