This is an eslint config that I use on multiple projects.
Install this package (and all peer dependencies) in the target project.
Add a .eslintrc.js
in the target project.
const beaunusStyleConfig = require("@beaunus123/style-config").eslint;
module.exports = {
...beaunusStyleConfig,
extends: [
...beaunusStyleConfig.extends,
// "some other extension",
],
};
npm login
npm version patch
npm publish