this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable type-aware linting for eslint.config.mjs (thanks @futurGH)

alice d7e1c115 7225530b

+4
+4
eslint.config.mjs
··· 16 16 '@typescript-eslint/restrict-template-expressions': 'off', 17 17 }, 18 18 }, 19 + { 20 + files: ['eslint.config.mjs'], 21 + extends: [tseslint.configs.disableTypeChecked], 22 + }, 19 23 );