Revision bb9433616281f86936731603d9b03f14bc018ff0 authored by null-a on 18 April 2017, 12:39:35 UTC, committed by null-a on 18 April 2017, 12:55:37 UTC
1 parent 1d99c99
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