Closed YoraiLevi closed 3 years ago
It should be in devDependacies
Actually I can see the problem, TS is being detected in different ways in different places. It should be using this everywhere
https://github.com/davidjbradshaw/eslint-config-auto/blob/master/lib/hasPackage.js#L10
Once my elbow is less broken I’ll make a new release
This should now be fixed in v0.7.0
npx eslint --print-config .json
the output config:
package.json
basically the parser option is null and it doesn't apply ts,tsx rules despite typescript being installed and available in package.json. windows 10, powershell