Our JavaScript styleguide is based off the Airbnb styleguide. We support features in the latest Node LTS release.
npm install -D eslint eslint-plugin-import eslint-config-firstandthirdor
yarn add -D eslint eslint-plugin-import eslint-config-firstandthirdMake sure you install an eslint integration in your editor.
Create a .eslintrc in your project root with the following:
{
"extends": "firstandthird"
}A First + Third Project