UNPKG

@10up/eslint-config

Version:
16 lines (14 loc) 662 B
/* eslint-disable no-unused-vars */ /* eslint-disable import/extensions */ import { Component } from '@wordpress/element'; import * as blockEditor from '@wordpress/block-editor'; import * as components from '@wordpress/components'; import * as blockLibrary from '@wordpress/block-library'; import * as editor from '@wordpress/editor'; import * as element from '@wordpress/element'; import * as hooks from '@wordpress/hooks'; import * as htmlEntities from '@wordpress/html-entities'; import * as icons from '@wordpress/icons'; import * as blocks from '@wordpress/blocks'; import apiFetch from '@wordpress/api-fetch'; import domReady from '@wordpress/dom-ready';