vitonsky / eslint-plugin-paths

A plugin for ESLint, to force use paths aliases from tsconfig
https://www.npmjs.com/package/eslint-plugin-paths
Apache License 2.0
49 stars 0 forks source link

Disable plugin if compiler config not found #45

Open vitonsky opened 5 months ago

vitonsky commented 5 months ago

When path to config did not provided and not found both tsconfig.json and jsconfig.json files, then the fact is we not have alias settings.

For this case we must do early return and do not analyze any code