Skip to content

Commit 56cfb58

Browse files
committed
lint
1 parent f1c73ae commit 56cfb58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/updateRule.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import type RulesContainer from '../RulesContainer'
1+
import type RulesContainerType from '../RulesContainer'
22
import type {Rule} from './types'
33

4-
export default (rule: Rule, data: Object, RulesContainer: RulesContainer): void => {
4+
export default (rule: Rule, data: Object, RulesContainer: RulesContainerType): void => {
55
if (rule.type === 'regular') {
66
for (const prop in rule.style) {
77
const value = rule.style[prop]

0 commit comments

Comments
 (0)