You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
It doesn't work. No linting indicators are shown in the editor.
Those instructions DO work for me for a standard create-react-app (not typescript-based) app. So this confirms that a linter is installed and working in my editor.
I tried also changing the extends value to tslint-react, tslint.json, ./tslint.json. No change in results. Although certainly I'm no expert on the correct syntax to set this. It seems like since the rules are overridden in tslint.json, that the .eslintrc must somehow refer to tslint.json to pick up those overrides.
Has anyone got linting working in Atom? What is your setup?
Atom/eslint/create-react-app versions are all the newest since yesterday, 3/24/18. Will post versions or debug info if anyone believes it is helpful.