@springbig/eslint-config-springbig

1.16.0 • Public • Published

README

The library holds Springbig's coding style and standards ESLint configurations. They are based on the Airbnb coding standards and are customized according to our company's needs.

The library provides ESLint configurations per domain, so currently, two additional configurations are available: lambda and frontend.

Integration

To use the shared ESLint configurations, you need to follow the steps below:

  1. Run npm install @springbig/eslint-config-springbig
  2. Create a .eslintrc file into your project root:
{
  "extends": "@springbig/eslint-config-springbig"
}

If you want to use a specific configuration (lambda or frontend), you could reference it in the following way:

{
  "extends": "@springbig/eslint-config-springbig/lambda"
}

Package Sidebar

Install

npm i @springbig/eslint-config-springbig

Weekly Downloads

13

Version

1.16.0

License

ISC

Unpacked Size

3.34 kB

Total Files

6

Last publish

Collaborators

  • raf.dei
  • pmortelette
  • alopezsb
  • awei_sb
  • ipanitchkovsb