Type check the ESLint config and use strict mode.

This commit is contained in:
Jayden Seric 2022-06-17 10:42:55 +10:00
parent 8dce83819b
commit d06549efe2

View File

@ -1,3 +1,7 @@
// @ts-check
"use strict";
const { resolve } = require("path");
module.exports = {