UNPKG

mdx-m3-viewer

Version:

A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.

21 lines 327 B
{ "extends": "google", "env": { "browser": true, "node": true, "es6": true }, "parserOptions": { "ecmaVersion": 8, "sourceType": "module", "impliedStrict": true }, "rules": { "max-len": "off", "indent": [ "error", 2 ], "no-extra-semi": 2 } }