Our coding conventions are minor modifications of Airbnb's legacy ES5 configuration, with customizations for specific environments.
- First, you'll need ESLint. Here's a quick start guide.
- For bonus points, get your editor integrated.
- Since we're extending another config, you'll need to read the installation instructions for
airbnb-base/legacy
. - Run
npm install eslint-config-forumone-es5
. - Add
extends: 'forumone-es5'
to your ESLint configuration file.
Forum One's base ES5 ESLint configuration.