1.0.1 • Published 2 years ago

eslint-config-rooom-base v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

: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