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 (#1)

authored by

futur and committed by
GitHub
ee3b9d8d 4dc120ee

+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 );