From 4e87aba3966e564a38400d257e1cdd2578f18ccf Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 29 Oct 2024 19:44:41 -0500 Subject: add global eslintrc Signed-off-by: Matt Strapp --- .eslintrc.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .eslintrc.js (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..1de713c --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,9 @@ +/** @type {import("eslint").Linter.Config} */ +module.exports = { + root: true, + extends: ["@repo/eslint-config/library.js"], + parser: "@typescript-eslint/parser", + parserOptions: { + project: true, + }, +}; \ No newline at end of file -- cgit v1.2.3