Ultimaker / eslint-config

ESLint rules for use across Ultimaker web-based products

Home Page:https://www.npmjs.com/package/@ultimaker/eslint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ESLint rules for use across Ultimaker web-based products

https://www.npmjs.com/package/@ultimaker/eslint-config

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%