eslint-plugin-a
v0.1.0
Published
eslint plugin
Readme
A very simple eslint plugin with one very simple rule:
a/ngular-module-file-namerule checks consistency module name inangular.module(name /*, something */)with file name. This rule hasn't any configuration. The main difference this rule fromangular/file-name- the module name should be the filesystem path of the file from the root (the second argument of this rule) and it works only forangular.module(name /*, something */), not for otherangularmethods for creation components, inangular/file-nameit can't be configured. Available fixing.
