1.1.1 • Published 3 years ago
eslint-config-stacc-base v1.1.1
eslint-config-stacc-base
An ESLint Shareable Config for Stacc JavaScript code. Extend with your framework and project specific rules.
Install
npm install --save-dev eslint-config-stacc-baseUsage
Shareable configs are designed to work with the extends feature of .eslintrc files.
You can learn more about
Shareable Configs on the
official ESLint website.
After installing, add this to your .eslintrc file:
{
"extends": "eslint-config-stacc-base"
}You should probably also add some framework specific rules. Which ones to use will depend on the project.