mirror of
https://gh.wpcy.net/https://github.com/elementor/elementor.git
synced 2026-06-18 04:33:19 +08:00
6 lines
270 B
JavaScript
Vendored
6 lines
270 B
JavaScript
Vendored
const elementorEditorPlugin = require('./packages/packages/tools/eslint-plugin-editor/dist/index.js');
|
|
|
|
module.exports = {
|
|
'no-path-imports': elementorEditorPlugin.rules['no-path-imports'],
|
|
'no-react-namespace': elementorEditorPlugin.rules['no-react-namespace'],
|
|
};
|