1.0.7 • Published 3 years ago

@junrillg/eslint-config-base v1.0.7

Weekly downloads
5
License
MIT
Repository
-
Last release
3 years ago

@junrillg/eslint-config-base

This is a base eslint config for any project.

Installation

npm install --save-dev eslint @junrillg/eslint-config-base

Basic usage

Create a .eslintrc file in the base directory of your project

.eslintrc

{
  "extends": [
    "@junrillg/eslint-config-base"
  ],
  "rules: {}
}