Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 434 Bytes

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.