2.8.9 • Published 8 years ago
eslint-config-jolt v2.8.9
eslint-config-jolt
Getting Started
Install eslint-config-jolt using yarn:
yarn add --dev eslint-config-joltUsage
In your .eslintrc, add the following:
"extends": "jolt"If you prefer to have your config in your package.json, add:
"eslintConfig": {
"extends": "jolt"
},