laura-richer-eslint
v1.0.3
Published
Shared eslint configuration for Rotamaster projects.
Readme
@rotamaster/eslint-config-base
Shared eslint configuration for Rotamaster projects.
Usage
Install eslint as a dev dependancy
Install this package and extend the config in your eslint.config.js:
const baseConfig = require('@rotamaster/eslint-config-base');
module.exports = [
...baseConfig,
];Add any further extension or overrides to the file above as you need.
Releasing changes
Bump the version number according to Semantic versioning
Then:
npm publish
