@fbluemle/eslint-config

1.2.9 • Public • Published

eslint-config-fbluemle

ci 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

npm i -D eslint @fbluemle/eslint-config

or

yarn add -D eslint @fbluemle/eslint-config

Usage

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

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

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

Package Sidebar

Install

npm i @fbluemle/eslint-config

Weekly Downloads

1

Version

1.2.9

License

MIT

Unpacked Size

15.1 kB

Total Files

4

Last publish

Collaborators

  • friederbluemle