UNPKG

mage-engine

Version:

A WebGL Javascript Game Engine, built on top of THREE.js and many other libraries.

21 lines (18 loc) 305 B
"use strict"; module.exports = { printWidth: 100, trailingComma: "all", arrowParens: "avoid", semi: true, tabWidth: 4, overrides: [ { files: ["*.md"], options: { printWidth: 120 }, }, { files: [".toolsharerc"], options: { parser: "yaml" }, }, ], };