1.0.9 • Published 6 years ago
@jzone/eslint-config v1.0.9
@jzone/eslint-config
An ESLint Shareable Config
Install
# npm
npm install @jzone/eslint-config -D
# yarn
yarn add @jzone/eslint-config -DWebpack Usage
// .eslintrc.js
module.exports = {
extends: ['@jzone/eslint-config'],
}// .eslintignore
# Ignore files
node_modules/*
build/*Introduction
- use
babel-eslintparser - extends
eslint-config-standardandeslint-config-standard-jsx - add
react-hooksplugin - other...