deb-horizon/horizon/static/auth/.eslintrc
Rajat Vig 8f2b64ab17 JSCS Cleanup - Include angular plugin for auth js
Enable the angular-eslint plugin on the horizon/static/auth
so that 'npm run lint' continues to work. It broke recently
as the plugin was removed but the rules kept.

It also removes setup of the old rules.

Change-Id: I65733c62dc5cce46795fbd92bf2b9e3e39c02d4e
Partially-Implements: blueprint jscs-cleanup
2015-07-13 00:57:25 -07:00

7 lines
205 B
Plaintext

# ESLint styles for Horizon's Legacy javascript code. These rule overrides exist to enforce an
# older linting style, to ensure backward compatibility.
# Enable eslint-plugin-angular
plugins:
- angular