1.0.0 • Published 2 years ago

stacc-eslint-config-base v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

stacc-eslint-config-base

An ESLint Shareable Config for Stacc JavaScript code. Extend with your framework and project specific rules.

Install

npm install  --save-dev  stacc-eslint-config-base

Usage

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": "stacc-eslint-config-base"
}

You should probably also add some framework specific rules. Which ones to use will depend on the project.