Started linting source files

This commit is contained in:
2022-08-19 13:47:08 +02:00
parent 64dbec1f14
commit b1d959389d
55 changed files with 726 additions and 526 deletions

View File

@@ -1,5 +1,5 @@
const path = require("path");
const Field = require("./field.js");
const Field = require("./field");
let instance = null;