Auto-detect original ESLint file in any form #722
Labels
status: accepting prs
Please, send in a PR to resolve this! ✨
type: enhancement
New feature or request
🚀 Feature Request
Following #58, https://eslint.org/docs/user-guide/configuring states:
Existing Behavior
tslint-to-eslint-config
will only look at.eslintrc.js
by default if not explicitly told a path.tslint-to-eslint-config/src/cli/runCli.ts
Line 44 in 2b48234
Change Proposal
Add a function dependency to
runCli
that determines the initial script path for ESLint, such as.eslintrc.js
,.eslintrc.yml
.The tricky part here will be supporting
package.json
eslintConfig
...The text was updated successfully, but these errors were encountered: