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
57 stars 1 forks source link

Add option to set paths manually #34

Open vitonsky opened 6 months ago

vitonsky commented 6 months ago

Useful for case with a javascript config, to let user to import config and then provide object with paths.

When this option provided, we must throw error if user also provides a path to tsconfig, to prevent implicit behavior