Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smt/eslint-plugin-smt

test eslint plugin
https://github.com/smt/eslint-plugin-smt

Last synced: about 2 months ago
JSON representation

test eslint plugin

Awesome Lists containing this project

README

        

# eslint-plugin-smt

Remember to install the dependencies after cloning:

```shell
$ git clone https://github.com/smt/eslint-plugin-smt.git
$ cd eslint-plugin-smt
$ npm install
```

To test a rule in isolation with `eslint`, run a command similar to:

```shell
$ ./node_modules/eslint/bin/eslint.js --reset --no-eslintrc \
--rule "'ng-annotate-arg-order': 1" \
--rulesdir ./lib/rules \
tests/*.js
```