Revision 02fa61002832aa8f3159b06d580db7152801b55d authored by Andreas Stuhlmüller on 21 April 2017, 16:58:37 UTC, committed by GitHub on 21 April 2017, 16:58:37 UTC
Fix top level use of `else if`
2 parent s 83adc18 + 31c4a45
Raw File
.eslintrc.wppl.js
module.exports = {
  'env': {
    // required to parse e.g. object literal property short hand.
    'es6': true
  },
  'rules': {
    'no-undef': 'off'
  }
};
back to top