UNPKG

webppl

Version:

Probabilistic programming for the web

11 lines (10 loc) 180 B
module.exports = { 'env': { // required to parse e.g. object literal property short hand. 'es6': true }, 'rules': { 'no-undef': 'off', 'strict': 'off' } };