项目作者: fbluemle

项目描述 :
A simple, general purpose, zero-dependency ESLint config
高级语言: JavaScript
项目地址: git://github.com/fbluemle/eslint-config-fbluemle.git
创建时间: 2019-11-05T02:22:03Z
项目社区:https://github.com/fbluemle/eslint-config-fbluemle

开源协议:MIT License

下载


eslint-config-fbluemle

ci
@fbluemle/eslint-config"">npm version

Description

A simple, general purpose, zero-dependency ESLint config with rules based on
eslint-config-react-native-community. These are just the core ESLint
rules
, with all dependencies on other configs/plugins removed.

Installation

  1. npm i -D eslint @fbluemle/eslint-config

or

  1. yarn add -D eslint @fbluemle/eslint-config

Usage

Add to your ESLint config (.eslintrc[.js], or eslintConfig field in package.json):

  1. module.exports = {
  2. extends: '@fbluemle',
  3. };

This base config only defines the es6 env. Depending on your project, you
probably want to specify other environments (e.g. browser or node) in
addition.

License

MIT