eslint-plugin-a
v0.1.0
Published
eslint plugin
Downloads
6
Readme
A very simple eslint
plugin with one very simple rule:
a/ngular-module-file-name
rule 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 otherangular
methods for creation components, inangular/file-name
it can't be configured. Available fixing.