Skip to content

Commit 648926e

Browse files
committed
Allow promises for now
1 parent 9f9e6ea commit 648926e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

include-fragment-element.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable github/no-then */
2+
13
;(function() {
24
'use strict'
35

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-env mocha */
2+
/* eslint-disable github/no-then */
23
/* global assert */
34

45
let count

0 commit comments

Comments
 (0)