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
Once i changed the format to JSON, the plugin began working inside VS2017. "extends": [ "eslint:recommended", "./node_modules/eslint-plugin-angular/.eslintrc" ],
I simply copied and pasted the YAML format into https://www.json2yaml.com/ and copied into a new .eslint file inside the module folder and the linting began to work on file save.
The text was updated successfully, but these errors were encountered:
Once i changed the format to JSON, the plugin began working inside VS2017.
"extends": [ "eslint:recommended", "./node_modules/eslint-plugin-angular/.eslintrc" ],
I simply copied and pasted the YAML format into https://www.json2yaml.com/ and copied into a new .eslint file inside the module folder and the linting began to work on file save.
The text was updated successfully, but these errors were encountered: