1.1.4 • Published 5 years ago
@mapcreator/eslint-config v1.1.4
Mapcreator eslint config
This repo contains the eslint configs used at Mapcreator.
Available configs
- es6
- vue
- promise
- node
All configs are combined for vue projects in the root.
Usage
module.exports = {
extends: '@mapcreator',
};