2.0.0 • Published 7 months ago

@beacon/eslint-config-node v2.0.0

Weekly downloads
24
License
ISC
Repository
-
Last release
7 months ago

Beacon ESLint Node Config

This package has shared ESLint configuration, to be used across Beacon Node.js apps and services.

!NOTE This is Node.js config only, there is a separate TypeScript set of linting rules, and does not apply to frontend applications.

Installation

Install the module locally:

yarn add --dev eslint @beacon/eslint-config-node

And then add the config to your eslint.config.js file:

import beaconEslintConfig from '@beacon/eslint-config-node';

export default [
  ...beaconEslintConfig,

  {
    languageOptions: {
      ecmaVersion: 'latest',
      sourceType: 'module',
    },
    rules {
      // Add your custom rules here
    },
  },
];

License

Apache2

2.0.0

7 months ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago