eslint-config-firstandthird
v6.0.3
Published
ESLint config
Downloads
145
Keywords
Readme
Our JavaScript styleguide is based off the Airbnb styleguide. We support features in the latest Node LTS release.
Installation
npm install -D eslint eslint-plugin-import eslint-config-firstandthird
or
yarn add -D eslint eslint-plugin-import eslint-config-firstandthird
Editor Setup
Make sure you install an eslint integration in your editor.
Project Setup
Create a .eslintrc
in your project root with the following:
{
"extends": "firstandthird"
}
A First + Third Project