Skip to content

Commit 53d2b45

Browse files
author
Dan Mosedale
committed
Add PRERENDER to eslintrc globals
1 parent b210aa0 commit 53d2b45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"platform_exports": true,
1818
"platform_require": true,
1919
"assert": true,
20-
"sinon": true
20+
"sinon": true,
21+
"PRERENDER": true
2122
},
2223
"plugins": [
2324
"json",

0 commit comments

Comments
 (0)