RSNara / eslint-config-rsnara

Just a simple .eslintrc base config.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-rsnara

A base .eslintrc containing the set of rules I like to use for my JavaScript projects.

Installation

npm install eslint-config-rsnara eslint --save-dev

Usage

For new projects, the following should suffice:

echo '{\n  "extends": "rsnara"\n}' > ./.eslintrc

For more details, please read the eslint docs on Shareable Configs.

Dependencies

About

Just a simple .eslintrc base config.


Languages

Language:JavaScript 100.0%