UNPKG

scratch-judge

Version:

A custom scratch-vm used to watch program status and output result about the program.

24 lines 392 B
{ "env": { "browser": true, "commonjs": true, "es6": true, "node": true }, "extends": [ "standard" ], "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018 }, "rules": { "indent": [ 2, 4 ] } }