UNPKG

mdx-m3-viewer

Version:

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

18 lines 292 B
{ "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 9, "sourceType": "module" }, "plugins": [ "@typescript-eslint" ], "rules": { "eol-last": "error", "indent": [ "error", 2 ], "no-extra-semi": 2 } }