From d06549efe2cc77f11a560f09f6e3f999ff7f47c2 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Fri, 17 Jun 2022 10:42:55 +1000 Subject: [PATCH] Type check the ESLint config and use strict mode. --- app/.eslintrc.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/.eslintrc.js b/app/.eslintrc.js index e833487..87a79b2 100644 --- a/app/.eslintrc.js +++ b/app/.eslintrc.js @@ -1,3 +1,7 @@ +// @ts-check + +"use strict"; + const { resolve } = require("path"); module.exports = {