-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dts lint --write-file outputs absolute path to eslint-config-react-app in .eslintrc.js #118
Comments
It's also worth mentioning that there is another issue with ejected
but it stopped working after upgrading to 1.1.3
That's why I went to generate a new |
Some background: not sure if there is a better solution but converting to relative path seems a straightforward fix. |
Running into the same issue when attempting to use
|
Current Behavior
dts lint --write-file
produces the following.eslintrc.js
in v1.1.3:Expected behavior
dts lint --write-file
should not be including absolute paths in the.eslintrc.js
Suggested solution(s)
Output path relative to the project root.
The text was updated successfully, but these errors were encountered: