1.2.9 • Published 2 years ago
@fbluemle/eslint-config v1.2.9
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-configor
yarn add -D eslint @fbluemle/eslint-configUsage
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