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
- Host: GitHub
- URL: https://github.com/ultimaker/eslint-config
- Owner: Ultimaker
- License: gpl-3.0
- Created: 2019-09-16T12:20:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T04:57:03.000Z (almost 3 years ago)
- Last Synced: 2025-06-09T21:47:56.504Z (about 1 year ago)
- Topics: eslint, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@ultimaker/eslint-config
- Size: 562 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).