Feature: Add examples of mixed JS-and-TS linting
JoshuaKGoldberg opened this issue · 0 comments
JoshuaKGoldberg commented
Coming from typescript-eslint/typescript-eslint#8777: it'd be nice to show examples of using us in projects that also have .js/.jsx/etc. files.
- Both using typed linting in JS (i.e.
// @ts-nocheck) and disabling it - For typed linting with a
jsconfig.jsonand without (just defaulting to thetsconfig.json)