Revision 5b38db3297f9b1ba5657df6f832a76a5f31db626 authored by null-a on 02 June 2017, 07:30:12 UTC, committed by null-a on 02 June 2017, 07:30:12 UTC
1 parent 64513d4
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