eslint-config-love
About
eslint config made with love with:
- Tabs
- Indent on 2
- Semicolons
- No Vars
- ES6
- Checks for Valid JSDoc
How to setup
Project Setup
install the require dependencies, you can do that by running the following command:
npm install eslint eslint-config-love --save-dev
then create a .eslintrc file in your root folder and add the following to it:
{
"extends": "love"
}
Editor Setup
Atom
- Install Linter, linter-ui-default and linter-eslint, you can do that by running the following command
apm install linter linter-ui-default linter-eslint
Rules
TODO.....
FAQ