Package Exports
- eslint-config-love
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-love) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.....