Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smt/eslint-plugin-smt
- Owner: smt
- License: mit
- Created: 2015-06-04T14:37:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T20:57:09.000Z (over 9 years ago)
- Last Synced: 2024-04-14T04:02:38.119Z (9 months ago)
- Language: JavaScript
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```