owlish 0.28.0

OWL 2 implementation with wasm support and turtle parsing
Documentation
1
2
3
4
5
6
module.exports = {
    trailingComma: 'es5',
    tabWidth: 4,
    semi: false,
    singleQuote: true,
}