0.1.1 • Published 4 years ago

eslint-config-lancom v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

eslint-config-lancom

Linting configuration for Lancom

Installation

Install the latest version of this package and its peer dependency, ESLint, as devDependencies.

npm i -D eslint eslint-config-lancom

Usage

Add lancom to the extends section of your eslint configuration file usually .eslintrc.json in the root of your project:

{
  "extends": "lancom"
}

VS Code

In VS Code, install the ESLint extension and place the following in your settings.json file.

"editor.codeActionsOnSave": {
  "source.fixAll.eslint": true
}