1.1.1 • Published 1 year ago

eslint-config-stacc-base v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

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