@fbluemle/eslint-config
v1.2.9
Published
A simple, general purpose, zero-dependency ESLint config
Downloads
20
Maintainers
Readme
eslint-config-fbluemle
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