@jzone/eslint-config

1.0.9 • Public • Published

@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...

Readme

Keywords

Package Sidebar

Install

npm i @jzone/eslint-config

Weekly Downloads

8

Version

1.0.9

License

MIT

Unpacked Size

5.73 kB

Total Files

9

Last publish

Collaborators

  • zhixiaoqiang