1.2.9 • Published 1 year ago

@fbluemle/eslint-config v1.2.9

Weekly downloads
6
License
MIT
Repository
github
Last release
1 year ago

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

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago