Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captainbrosset/eslint-ariatemplates
A set of eslint rule files to help validate ariatemplates projects
https://github.com/captainbrosset/eslint-ariatemplates
Last synced: about 1 month ago
JSON representation
A set of eslint rule files to help validate ariatemplates projects
- Host: GitHub
- URL: https://github.com/captainbrosset/eslint-ariatemplates
- Owner: captainbrosset
- Created: 2013-08-12T12:52:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-13T13:33:32.000Z (over 11 years ago)
- Last Synced: 2023-03-15T13:45:38.431Z (almost 2 years ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eslint-ariatemplates
====================A set of eslint rules to help validate ariatemplates projects.
Installation
============* Install NodeJS
* Install eslint `npm install -g eslint`
* Clone this repo
* `cd` in the repo
* Run `eslint -c eslint.json --rulesdir rules path/to/my/file.js`You should also run the default eslint rules if you want proper linting of your JS code. These rules only check a few ariatemplates related things.