@flexbe/eslint-config

ESLint JS/TS config from Flexbe team


License
ISC
Install
npm install @flexbe/eslint-config@2.7.0

Documentation

@flexbe/eslint-config

This package provides flexbe JS .eslintrc as an extensible shared config.

Usage

We export two ESLint configurations for your usage.

@flexbe/eslint-config

Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint and eslint-plugin-import.

Install process:

  1. Install the correct versions of each package, which are listed by the command:
npm install "@flexbe/eslint-config"
  1. Add "extends": "@flexbe/eslint-config" to your .eslintrc.js file

  2. Install eslint for your Text Editor