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.