To use this set of rules, simply create an .eslintrc.js
file in the root of your project and add the following:
module.exports = {
extends: '@ultimaker/eslint-config',
};
You can then run your linting command as usual.
Publishing works the same way as we have implemented in stardust-web.