Skip to content

Commit 4354d62

Browse files
committed
refactor: move selector types to a consts file
1 parent ea1d682 commit 4354d62

File tree

6 files changed

+2959
-307
lines changed

6 files changed

+2959
-307
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"plugin:flowtype/recommended"
1414
],
1515
rules: {
16-
"no-debugger": 2
16+
"no-debugger": 2,
17+
"no-proto": 0
1718
}
1819
}

0 commit comments

Comments
 (0)