0.2.3 • Published 6 years ago

@xapp/config v0.2.3

Weekly downloads
199
License
MIT
Repository
github
Last release
6 years ago

config

Installation

npm install --save-dev @xapp/config

Usage

tsconfig.json

{
    "extends": "./node_modules/@xapp/config/tsconfig.json",
    "include": [
        "./src/**/*",
        "./typings/**/*.d.ts",
        "./test/**/*"
    ],
    "exclude": [
        "node_modules"
    ]
}

tslint.json

{
    "extends": [
        "@xapp/config/tslint"
    ],
    "rules": {}
}

To override a rule locally, simply negate the rule in your config. For example to override "member-access":

{
    "extends": [
        "@xapp/config/tslint"
    ],
    "rules": {
    "member-access": true
    }
}

prettier.config.js

module.exports = require("@xapp/config/prettier.config");
0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago