An open API service indexing awesome lists of open source software.

https://github.com/ultimaker/eslint-config

ESLint rules for use across Ultimaker web-based products
https://github.com/ultimaker/eslint-config

eslint npm-package

Last synced: about 2 months ago
JSON representation

ESLint rules for use across Ultimaker web-based products

Awesome Lists containing this project

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:

```js
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](https://github.com/Ultimaker/stardust-web/blob/master/docs/publishing.md).