Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.