0.1.0 • Published 12 months ago

@bitpas/eslint-config-base v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@bitpas/eslint-config-base

Unstable until v1. Updates may include breaking changes. Use at your own risk.

Bitpas' base ESLint configuration.

Installation

  1. Install config
npm install --save-dev @bitpas/eslint-config-base

Manual peer dependency installation may be required depending on your npm version.

npm versions 1, 2, and 7 will automatically install peerDependencies if they are not explicitly depended upon higher in the dependency tree. For npm versions 3 through 6, you will receive a warning that the peerDependency is not installed instead.

  1. Install base peer dependencies
npm install --save-dev eslint eslint-plugin-import

Usage

Add "extends": "@bitpas/base" to your .eslintrc.