Skip to content

Commit 46741ca

Browse files
committed
Build: Add migrateWarn and migrateWarnProp to .jshintrc
Close gh-63
1 parent a125096 commit 46741ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/.jshintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"globals": {
2121
"jQuery": true,
2222
"define": true,
23-
"module": true
23+
"module": true,
24+
25+
"migrateWarn": true,
26+
"migrateWarnProp": true
2427
}
2528
}

0 commit comments

Comments
 (0)