From 8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 31 Oct 2024 10:36:25 -0500 Subject: js: Migrate to ESLint 9 Signed-off-by: Matt Strapp --- eslint.config.mjs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 eslint.config.mjs (limited to 'eslint.config.mjs') diff --git a/eslint.config.mjs b/eslint.config.mjs new file mode 100644 index 0000000..fceabb0 --- /dev/null +++ b/eslint.config.mjs @@ -0,0 +1,7 @@ +export default { + languageOptions: { + parserOptions: { + project: true, + }, + }, +}; -- cgit v1.2.3