Skip to content

ESLint rules for use across Ultimaker web-based products

License

Notifications You must be signed in to change notification settings

Ultimaker/eslint-config

Repository files navigation

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.