lyne-helper-eslint-config

1.0.7 • Public • Published

Build Status semantic-release GitHub tag (latest SemVer)

Lyne Helper ESLint Config

Base ESLint Configuration for all Lyne Repos.

Installation

Install the Config with the following command:

npm install --save-dev lyne-helper-eslint-config

Usage

Require the base configuration:

const baseConfig = require('lyne-helper-eslint-config');

Then expand/change it to your liking. e.g.:

baseConfig.globals = {
  module: 'readonly',
  require: 'readonly'
};

Development

Conventional Commits

Please follow the Conventional Commits specification to make sure we can automatically determine the next release version if necessary.

Deployment

The package is automatically published to npm after successfull build via TravisCI

Readme

Keywords

none

Package Sidebar

Install

npm i lyne-helper-eslint-config

Weekly Downloads

22

Version

1.0.7

License

ISC

Unpacked Size

10.6 kB

Total Files

3

Last publish

Collaborators

  • lyne-design-system