6.1.2 • Published 8 years ago
@hollowverse/config v6.1.2
@hollowverse/config 
This repository contains shared configuration files used across multiple Hollowverse repositories.
Configuration Files
@hollowverse/config currently includes configuration files for:
- TypeScript (
tsconfig.json) - TSLint (
tslint.json) - ESLint (
.eslintrc.json, other language-specific configurations in./eslint) - Stylelint (
.stylelintrc) - Prettier (
prettier.config.js) - Babel (
lambda/.babelrcfor AWS Lambda)
How to use the shared configuration
- Install this package as dependency of your project:
yarn add @hollowverse/config --dev # or npm install @hollowverse/config --save-dev - Install the peer dependencies for each of the tools used in the new project.
- Extend your project configuration files with the corresponding files from this package. For example, here is how to extend
tsconfig.json:
Refer to each tool's documentation for more information on how to extend the configuration.{ "extends": "./node_modules/@hollowverse/config/tsconfig.json" } - Add properties to the configuration file to override the shared configuration as needed.
42.0.0
7 years ago
41.0.0
7 years ago
40.0.0
7 years ago
39.0.0
7 years ago
38.0.0
7 years ago
37.0.0
7 years ago
36.0.0
8 years ago
35.0.2
8 years ago
35.0.1
8 years ago
35.0.0
8 years ago
34.0.0
8 years ago
33.0.0
8 years ago
32.0.0
8 years ago
31.0.0
8 years ago
30.0.0
8 years ago
29.0.0
8 years ago
28.0.0
8 years ago
27.0.0
8 years ago
26.0.0
8 years ago
25.0.0
8 years ago
24.0.0
8 years ago
23.0.0
8 years ago
22.0.0
8 years ago
21.0.0
8 years ago
20.0.0
8 years ago
19.0.0
8 years ago
18.0.0
8 years ago
17.0.0
8 years ago
16.0.0
8 years ago
15.0.0
8 years ago
14.0.0
8 years ago
13.0.0
8 years ago
12.0.0
8 years ago
11.0.0
8 years ago
10.0.0
8 years ago
9.1.1
8 years ago
9.1.0
8 years ago
9.0.0
8 years ago
8.0.0
8 years ago
7.2.0
8 years ago
7.1.0
8 years ago
7.0.0
8 years ago
6.2.0
8 years ago
6.1.2
8 years ago
6.1.1
8 years ago
6.1.0
8 years ago
6.0.0
8 years ago
5.0.1
8 years ago
5.0.0
8 years ago
4.0.0
8 years ago