1.0.9 • Published 4 years ago

@jzone/eslint-config v1.0.9

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

@jzone/eslint-config

An ESLint Shareable Config

Install

# npm
npm install @jzone/eslint-config -D

# yarn
yarn add @jzone/eslint-config -D

Webpack Usage

// .eslintrc.js
module.exports = {
  extends: ['@jzone/eslint-config'],
}
// .eslintignore
# Ignore files

node_modules/*
build/*

Introduction

  1. use babel-eslint parser
  2. extends eslint-config-standard and eslint-config-standard-jsx
  3. add react-hooks plugin
  4. other...