0.1.0 • Published 3 years ago

@7inch/eslint-config v0.1.0

Weekly downloads
88
License
MIT
Repository
github
Last release
3 years ago

@7inch/eslint-config

Introduction

A friendly eslint config preset.

Install

npm install eslint @7inch/eslint-config -D

# or with yarn
yarn add eslint @7inch/eslint-config -D

Usage

create a .eslintrc.js configuration file in the root of your project:

module.exports = {
  extends: ['@7inch/eslint-config'],
};

Checkout Configuring ESLint to get more details.