Revision eae1904af2d80d198ecfb1b68a8b24251fd8fca0 authored by Andreas Stuhlmüller on 02 July 2017, 19:45:35 UTC, committed by GitHub on 02 July 2017, 19:45:35 UTC
2 parent s 9b74180 + 4a97da1
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