Is it possible to refactor all files of a JS/TS project and convert relative import paths to absolute import paths with Eslint and --fix option? This would nee
--fix