From 6bf57766feb8321f860baf300140563cd9539053 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 14 Dec 2025 20:36:24 -0800 Subject: Init --- .eslintrc.cjs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .eslintrc.cjs (limited to '.eslintrc.cjs') diff --git a/.eslintrc.cjs b/.eslintrc.cjs new file mode 100644 index 0000000..ab3fde4 --- /dev/null +++ b/.eslintrc.cjs @@ -0,0 +1,12 @@ +module.exports = { + parser: '@typescript-eslint/parser', + parserOptions: { + ecmaVersion: 2022, + sourceType: 'module', + }, + extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'], + rules: { + '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }], + '@typescript-eslint/explicit-module-boundary-types': 'off', + }, +}; -- cgit v1.2.3-70-g09d2