Base ESLint Configuration for all Lyne Repos.
Install the Config with the following command:
npm install --save-dev lyne-helper-eslint-config
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'
};
Please follow the Conventional Commits specification to make sure we can automatically determine the next release version if necessary.
The package is automatically published to npm after successfull build via TravisCI