@ultimaker/eslint-config
v1.2.1
Published
ESLint rules for use across Ultimaker web-based products
Downloads
4
Keywords
Readme
Ultimaker ESLint Config
Usage
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
Publishing works the same way as we have implemented in stardust-web.