1.0.7 • Published 2 years ago

lyne-helper-eslint-config v1.0.7

Weekly downloads
74
License
ISC
Repository
github
Last release
2 years ago

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

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago