Skip to content

Commit 1f3f007

Browse files
committed
lint
1 parent 9abba80 commit 1f3f007

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import {
2424
NODE_VALUE_DIMENSION,
2525
NODE_VALUE_STRING,
2626
NODE_SELECTOR_LANG,
27-
ATTR_FLAG_NONE,
2827
ATTR_FLAG_CASE_INSENSITIVE,
2928
ATTR_FLAG_CASE_SENSITIVE,
3029
NODE_VALUE_PARENTHESIS,
@@ -41,7 +40,6 @@ const OPEN_BRACKET = '['
4140
const CLOSE_BRACKET = ']'
4241
const OPEN_BRACE = '{'
4342
const CLOSE_BRACE = '}'
44-
const EMPTY_BLOCK = '{}'
4543
const COMMA = ','
4644

4745
export type FormatOptions = {

0 commit comments

Comments
 (0)