Browse Source

Stop XO complaining about void

pull/13/head
Luke Childs 8 years ago
parent
commit
50c49120b7
  1. 2
      src/index.js

2
src/index.js

@ -1,3 +1,5 @@
/* eslint no-void: "off" */
// Loaded ready states
const loadedStates = ['interactive', 'complete'];

Loading…
Cancel
Save