Type check the ESLint config and use strict mode.
This commit is contained in:
parent
8dce83819b
commit
d06549efe2
@ -1,3 +1,7 @@
|
||||
// @ts-check
|
||||
|
||||
"use strict";
|
||||
|
||||
const { resolve } = require("path");
|
||||
|
||||
module.exports = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user