eslint-config-rooom-base
v1.0.1
Published
ESLint base configuration by rooom
Downloads
1
Readme
:wrench: eslint-config
:pushpin: Requirements
:building_construction: Installation
$ npm install @rooom/eslint-config-rooom
:thinking: Usage
$ touch .eslintrc.js
"use strict";
module.exports = {
"extends": [
"@rooom"
]
};
:construction_worker: Development
:pushpin: Requirements
:building_construction: Installation
$ git clone https://git.rooom.com/platform/eslint-config-rooom.git
$ cd eslint-config
:thinking: Usage
$ make install # install the dependencies
$ make build # build the configuration into the "lib" folder
$ make uninstall # remove the "node_modules" folder