Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Oct 12, 2023
1 parent 11d5a94 commit f9d62d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/Config/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { initialConfig } from './initialConfig.js';
import { sharedConfigKey } from '../../abstract/sharedConfigKey.js';
import { toKebabCase } from '../../utils/toKebabCase.js';
import { normalizeConfigValue } from './normalizeConfigValue.js';
import { waitForAttribute } from '../../utils/waitForAttribute.js';

const allConfigKeys = /** @type {(keyof import('../../types').ConfigType)[]} */ (Object.keys(initialConfig));

Expand Down

0 comments on commit f9d62d4

Please sign in to comment.