@carbon/charts-angular 0.59.0-beta.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/LICENSE.md +201 -0
- package/README.md +23 -8
- package/{dist/alluvial-chart.component.d.ts → alluvial-chart.component.d.ts} +0 -0
- package/{dist/area-chart-stacked.component.d.ts → area-chart-stacked.component.d.ts} +0 -0
- package/{dist/area-chart.component.d.ts → area-chart.component.d.ts} +0 -0
- package/{dist/bar-chart-grouped.component.d.ts → bar-chart-grouped.component.d.ts} +0 -0
- package/{dist/bar-chart-simple.component.d.ts → bar-chart-simple.component.d.ts} +0 -0
- package/{dist/bar-chart-stacked.component.d.ts → bar-chart-stacked.component.d.ts} +0 -0
- package/{dist/base-chart.component.d.ts → base-chart.component.d.ts} +0 -0
- package/{dist/boxplot-chart.component.d.ts → boxplot-chart.component.d.ts} +0 -0
- package/{dist/bubble-chart.component.d.ts → bubble-chart.component.d.ts} +0 -0
- package/{dist/bullet-chart.component.d.ts → bullet-chart.component.d.ts} +0 -0
- package/{dist/bundles → bundles}/carbon-charts-angular.umd.js +0 -0
- package/{dist/bundles → bundles}/carbon-charts-angular.umd.js.map +0 -0
- package/{dist/bundles → bundles}/carbon-charts-angular.umd.min.js +0 -0
- package/{dist/bundles → bundles}/carbon-charts-angular.umd.min.js.map +0 -0
- package/{dist/carbon-charts-angular.d.ts → carbon-charts-angular.d.ts} +0 -0
- package/{dist/carbon-charts-angular.metadata.json → carbon-charts-angular.metadata.json} +0 -0
- package/{dist/charts.module.d.ts → charts.module.d.ts} +0 -0
- package/{dist/circle-pack-chart.component.d.ts → circle-pack-chart.component.d.ts} +0 -0
- package/{dist/combo-chart.component.d.ts → combo-chart.component.d.ts} +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node-column.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node-label.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node-subtitle.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node-title.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/card-node/card-node.module.d.ts +0 -0
- package/{dist/diagrams → diagrams}/configs.d.ts +0 -0
- package/{dist/diagrams → diagrams}/edge/edge.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/edge/edge.module.d.ts +0 -0
- package/{dist/diagrams → diagrams}/marker/marker.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/marker/marker.module.d.ts +0 -0
- package/{dist/diagrams → diagrams}/shape-node/shape-node.component.d.ts +0 -0
- package/{dist/diagrams → diagrams}/shape-node/shape-node.module.d.ts +0 -0
- package/{dist/donut-chart.component.d.ts → donut-chart.component.d.ts} +0 -0
- package/{dist/esm2015 → esm2015}/alluvial-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/area-chart-stacked.component.js +0 -0
- package/{dist/esm2015 → esm2015}/area-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/bar-chart-grouped.component.js +0 -0
- package/{dist/esm2015 → esm2015}/bar-chart-simple.component.js +0 -0
- package/{dist/esm2015 → esm2015}/bar-chart-stacked.component.js +0 -0
- package/{dist/esm2015 → esm2015}/base-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/boxplot-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/bubble-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/bullet-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/carbon-charts-angular.js +0 -0
- package/{dist/esm2015 → esm2015}/charts.module.js +0 -0
- package/{dist/esm2015 → esm2015}/circle-pack-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/combo-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-column.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-label.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-subtitle.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node-title.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/card-node/card-node.module.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/configs.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/edge/edge.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/edge/edge.module.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/marker/marker.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/marker/marker.module.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/shape-node/shape-node.component.js +0 -0
- package/{dist/esm2015 → esm2015}/diagrams/shape-node/shape-node.module.js +0 -0
- package/{dist/esm2015 → esm2015}/donut-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/gauge-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/heatmap-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/histogram-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/index.js +0 -0
- package/{dist/esm2015 → esm2015}/line-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/lollipop-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/meter-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/pie-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/radar-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/scatter-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/tree-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/treemap-chart.component.js +0 -0
- package/{dist/esm2015 → esm2015}/wordcloud-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/alluvial-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/area-chart-stacked.component.js +0 -0
- package/{dist/esm5 → esm5}/area-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/bar-chart-grouped.component.js +0 -0
- package/{dist/esm5 → esm5}/bar-chart-simple.component.js +0 -0
- package/{dist/esm5 → esm5}/bar-chart-stacked.component.js +0 -0
- package/{dist/esm5 → esm5}/base-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/boxplot-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/bubble-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/bullet-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/carbon-charts-angular.js +0 -0
- package/{dist/esm5 → esm5}/charts.module.js +0 -0
- package/{dist/esm5 → esm5}/circle-pack-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/combo-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node-column.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node-label.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node-subtitle.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node-title.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/card-node/card-node.module.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/configs.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/edge/edge.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/edge/edge.module.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/marker/marker.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/marker/marker.module.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/shape-node/shape-node.component.js +0 -0
- package/{dist/esm5 → esm5}/diagrams/shape-node/shape-node.module.js +0 -0
- package/{dist/esm5 → esm5}/donut-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/gauge-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/heatmap-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/histogram-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/index.js +0 -0
- package/{dist/esm5 → esm5}/line-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/lollipop-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/meter-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/pie-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/radar-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/scatter-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/tree-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/treemap-chart.component.js +0 -0
- package/{dist/esm5 → esm5}/wordcloud-chart.component.js +0 -0
- package/{dist/fesm2015 → fesm2015}/carbon-charts-angular.js +0 -0
- package/{dist/fesm2015 → fesm2015}/carbon-charts-angular.js.map +0 -0
- package/{dist/fesm5 → fesm5}/carbon-charts-angular.js +0 -0
- package/{dist/fesm5 → fesm5}/carbon-charts-angular.js.map +0 -0
- package/{dist/gauge-chart.component.d.ts → gauge-chart.component.d.ts} +0 -0
- package/{dist/heatmap-chart.component.d.ts → heatmap-chart.component.d.ts} +0 -0
- package/{dist/histogram-chart.component.d.ts → histogram-chart.component.d.ts} +0 -0
- package/{dist/index.d.ts → index.d.ts} +0 -0
- package/{dist/line-chart.component.d.ts → line-chart.component.d.ts} +0 -0
- package/{dist/lollipop-chart.component.d.ts → lollipop-chart.component.d.ts} +0 -0
- package/{dist/meter-chart.component.d.ts → meter-chart.component.d.ts} +0 -0
- package/package.json +108 -103
- package/{dist/pie-chart.component.d.ts → pie-chart.component.d.ts} +0 -0
- package/{dist/radar-chart.component.d.ts → radar-chart.component.d.ts} +0 -0
- package/{dist/scatter-chart.component.d.ts → scatter-chart.component.d.ts} +0 -0
- package/{dist/tree-chart.component.d.ts → tree-chart.component.d.ts} +0 -0
- package/{dist/treemap-chart.component.d.ts → treemap-chart.component.d.ts} +0 -0
- package/{dist/wordcloud-chart.component.d.ts → wordcloud-chart.component.d.ts} +0 -0
- package/.storybook/addons.js +0 -2
- package/.storybook/assets/logo.svg +0 -1
- package/.storybook/assets/share.png +0 -0
- package/.storybook/assets/welcome.png +0 -0
- package/.storybook/config.js +0 -22
- package/.storybook/manager-head.html +0 -45
- package/.storybook/preview-head.html +0 -10
- package/.storybook/tsconfig.json +0 -10
- package/angular.json +0 -68
- package/build.sh +0 -13
- package/carbon.yml +0 -275
- package/dist/CHANGELOG.md +0 -3168
- package/dist/README.md +0 -40
- package/dist/package.json +0 -109
- package/ng-package.json +0 -8
- package/src/alluvial-chart.component.ts +0 -34
- package/src/area-chart-stacked.component.ts +0 -34
- package/src/area-chart.component.ts +0 -37
- package/src/bar-chart-grouped.component.ts +0 -34
- package/src/bar-chart-simple.component.ts +0 -34
- package/src/bar-chart-stacked.component.ts +0 -34
- package/src/base-chart.component.ts +0 -102
- package/src/boxplot-chart.component.ts +0 -34
- package/src/bubble-chart.component.ts +0 -34
- package/src/bullet-chart.component.ts +0 -34
- package/src/charts.module.ts +0 -87
- package/src/circle-pack-chart.component.ts +0 -34
- package/src/combo-chart.component.ts +0 -33
- package/src/diagrams/card-node/card-node-column.component.ts +0 -22
- package/src/diagrams/card-node/card-node-label.component.ts +0 -15
- package/src/diagrams/card-node/card-node-subtitle.component.ts +0 -15
- package/src/diagrams/card-node/card-node-title.component.ts +0 -15
- package/src/diagrams/card-node/card-node.component.ts +0 -100
- package/src/diagrams/card-node/card-node.module.ts +0 -18
- package/src/diagrams/configs.ts +0 -1
- package/src/diagrams/edge/edge.component.ts +0 -45
- package/src/diagrams/edge/edge.module.ts +0 -11
- package/src/diagrams/marker/marker.component.ts +0 -68
- package/src/diagrams/marker/marker.module.ts +0 -43
- package/src/diagrams/shape-node/shape-node.component.ts +0 -133
- package/src/diagrams/shape-node/shape-node.module.ts +0 -11
- package/src/donut-chart.component.ts +0 -34
- package/src/gauge-chart.component.ts +0 -34
- package/src/heatmap-chart.component.ts +0 -34
- package/src/histogram-chart.component.ts +0 -34
- package/src/index.ts +0 -44
- package/src/line-chart.component.ts +0 -34
- package/src/lollipop-chart.component.ts +0 -34
- package/src/meter-chart.component.ts +0 -33
- package/src/pie-chart.component.ts +0 -34
- package/src/radar-chart.component.ts +0 -34
- package/src/scatter-chart.component.ts +0 -34
- package/src/tree-chart.component.ts +0 -34
- package/src/treemap-chart.component.ts +0 -34
- package/src/wordcloud-chart.component.ts +0 -34
- package/stories/all.stories.ts +0 -99
- package/stories/diagrams/0_diagram.stories.ts +0 -224
- package/stories/diagrams/card-node.stories.ts +0 -181
- package/stories/diagrams/edge.stories.ts +0 -127
- package/stories/diagrams/marker.stories.ts +0 -140
- package/stories/diagrams/shape-node.stories.ts +0 -98
- package/tsconfig.json +0 -30
- package/tslint.json +0 -95
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { storiesOf, moduleMetadata } from '@storybook/angular';
|
|
2
|
-
import { ShapeNodeModule } from '../../src/diagrams/shape-node/shape-node.module';
|
|
3
|
-
import { ScreenModule } from '@carbon/icons-angular';
|
|
4
|
-
|
|
5
|
-
const getTemplate = (demo) => `
|
|
6
|
-
<div class="container theme--white">
|
|
7
|
-
${demo}
|
|
8
|
-
</div>
|
|
9
|
-
`;
|
|
10
|
-
|
|
11
|
-
storiesOf('Diagrams|Nodes/Shape', module)
|
|
12
|
-
.addDecorator(
|
|
13
|
-
moduleMetadata({
|
|
14
|
-
imports: [ShapeNodeModule, ScreenModule],
|
|
15
|
-
})
|
|
16
|
-
)
|
|
17
|
-
.add('Default', () => ({
|
|
18
|
-
template: getTemplate(`
|
|
19
|
-
<div>
|
|
20
|
-
<ibm-diagram-shape-node [title]="title" [renderIcon]="iconTemplate"></ibm-diagram-shape-node>
|
|
21
|
-
<ng-template #iconTemplate>
|
|
22
|
-
<svg ibmIconScreen size="16"></svg>
|
|
23
|
-
</ng-template>
|
|
24
|
-
</div>
|
|
25
|
-
`),
|
|
26
|
-
props: {
|
|
27
|
-
title: 'Title',
|
|
28
|
-
},
|
|
29
|
-
}))
|
|
30
|
-
.add('Square', () => ({
|
|
31
|
-
template: getTemplate(`
|
|
32
|
-
<div>
|
|
33
|
-
<ibm-diagram-shape-node [title]="title" [renderIcon]="iconTemplate" [shape]="shape"></ibm-diagram-shape-node>
|
|
34
|
-
<ng-template #iconTemplate>
|
|
35
|
-
<svg ibmIconScreen size="16"></svg>
|
|
36
|
-
</ng-template>
|
|
37
|
-
</div>
|
|
38
|
-
`),
|
|
39
|
-
props: {
|
|
40
|
-
title: 'Title',
|
|
41
|
-
shape: 'square',
|
|
42
|
-
},
|
|
43
|
-
}))
|
|
44
|
-
.add('Rounded square', () => ({
|
|
45
|
-
template: getTemplate(`
|
|
46
|
-
<div>
|
|
47
|
-
<ibm-diagram-shape-node [title]="title" [renderIcon]="iconTemplate" [shape]="shape"></ibm-diagram-shape-node>
|
|
48
|
-
<ng-template #iconTemplate>
|
|
49
|
-
<svg ibmIconScreen size="16"></svg>
|
|
50
|
-
</ng-template>
|
|
51
|
-
</div>
|
|
52
|
-
`),
|
|
53
|
-
props: {
|
|
54
|
-
title: 'Title',
|
|
55
|
-
shape: 'rounded-square',
|
|
56
|
-
},
|
|
57
|
-
}))
|
|
58
|
-
.add('As button', () => ({
|
|
59
|
-
template: getTemplate(`
|
|
60
|
-
<div>
|
|
61
|
-
<ibm-diagram-shape-node [title]="title" [renderIcon]="iconTemplate" [as]="component"></ibm-diagram-shape-node>
|
|
62
|
-
<ng-template #iconTemplate>
|
|
63
|
-
<svg ibmIconScreen size="16"></svg>
|
|
64
|
-
</ng-template>
|
|
65
|
-
</div>
|
|
66
|
-
`),
|
|
67
|
-
props: {
|
|
68
|
-
title: 'Title',
|
|
69
|
-
component: 'button',
|
|
70
|
-
},
|
|
71
|
-
}))
|
|
72
|
-
.add('As link', () => ({
|
|
73
|
-
template: getTemplate(`
|
|
74
|
-
<div>
|
|
75
|
-
<ibm-diagram-shape-node [title]="title" [renderIcon]="iconTemplate" [href]="href"></ibm-diagram-shape-node>
|
|
76
|
-
<ng-template #iconTemplate>
|
|
77
|
-
<svg ibmIconScreen size="16"></svg>
|
|
78
|
-
</ng-template>
|
|
79
|
-
</div>
|
|
80
|
-
`),
|
|
81
|
-
props: {
|
|
82
|
-
title: 'Title',
|
|
83
|
-
href: '#',
|
|
84
|
-
},
|
|
85
|
-
}))
|
|
86
|
-
.add('Inherited dimensions', () => ({
|
|
87
|
-
template: getTemplate(`
|
|
88
|
-
<div style="height: 64px; width: 64px; position: relative;">
|
|
89
|
-
<ibm-diagram-shape-node [title]="title" [renderIcon]="iconTemplate" [size]="'100%'" position="static"></ibm-diagram-shape-node>
|
|
90
|
-
<ng-template #iconTemplate>
|
|
91
|
-
<svg ibmIconScreen size="16"></svg>
|
|
92
|
-
</ng-template>
|
|
93
|
-
</div>
|
|
94
|
-
`),
|
|
95
|
-
props: {
|
|
96
|
-
title: 'Title',
|
|
97
|
-
},
|
|
98
|
-
}));
|
package/tsconfig.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compileOnSave": false,
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"baseUrl": "./",
|
|
5
|
-
"outDir": "./dist",
|
|
6
|
-
"rootDir": "src",
|
|
7
|
-
"sourceMap": true,
|
|
8
|
-
"inlineSources": true,
|
|
9
|
-
"declaration": true,
|
|
10
|
-
"moduleResolution": "node",
|
|
11
|
-
"module": "es2015",
|
|
12
|
-
"emitDecoratorMetadata": true,
|
|
13
|
-
"experimentalDecorators": true,
|
|
14
|
-
"downlevelIteration": true,
|
|
15
|
-
"importHelpers": true,
|
|
16
|
-
"target": "es2015",
|
|
17
|
-
"typeRoots": ["./node_modules/@types"],
|
|
18
|
-
"lib": ["es2017", "dom"]
|
|
19
|
-
},
|
|
20
|
-
"include": ["src/**/*"],
|
|
21
|
-
"exclude": ["./node_modules", "../../node_modules"],
|
|
22
|
-
"angularCompilerOptions": {
|
|
23
|
-
"annotateForClosureCompiler": true,
|
|
24
|
-
"skipTemplateCodegen": true,
|
|
25
|
-
"strictMetadataEmit": true,
|
|
26
|
-
"fullTemplateTypeCheck": true,
|
|
27
|
-
"strictInjectionParameters": true,
|
|
28
|
-
"enableResourceInlining": true
|
|
29
|
-
}
|
|
30
|
-
}
|
package/tslint.json
DELETED
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"linterOptions": {
|
|
3
|
-
"exclude": ["./node_modules", "../../node_modules"]
|
|
4
|
-
},
|
|
5
|
-
"rules": {
|
|
6
|
-
"callable-types": true,
|
|
7
|
-
"class-name": true,
|
|
8
|
-
"comment-format": [true, "check-space"],
|
|
9
|
-
"curly": true,
|
|
10
|
-
"eofline": true,
|
|
11
|
-
"forin": true,
|
|
12
|
-
"import-blacklist": [true, "rxjs"],
|
|
13
|
-
"import-spacing": true,
|
|
14
|
-
"indent": [true, "tabs"],
|
|
15
|
-
"interface-over-type-literal": true,
|
|
16
|
-
"label-position": true,
|
|
17
|
-
"max-line-length": [true, 140],
|
|
18
|
-
"member-access": false,
|
|
19
|
-
"member-ordering": [
|
|
20
|
-
true,
|
|
21
|
-
{
|
|
22
|
-
"order": [
|
|
23
|
-
"public-static-field",
|
|
24
|
-
"protected-static-field",
|
|
25
|
-
"private-static-field",
|
|
26
|
-
"public-static-method",
|
|
27
|
-
"protected-static-method",
|
|
28
|
-
"private-static-method",
|
|
29
|
-
"public-instance-field",
|
|
30
|
-
"protected-instance-field",
|
|
31
|
-
"private-instance-field",
|
|
32
|
-
"public-constructor",
|
|
33
|
-
"protected-constructor",
|
|
34
|
-
"private-constructor",
|
|
35
|
-
"public-instance-method",
|
|
36
|
-
"protected-instance-method",
|
|
37
|
-
"private-instance-method"
|
|
38
|
-
]
|
|
39
|
-
}
|
|
40
|
-
],
|
|
41
|
-
"no-arg": true,
|
|
42
|
-
"no-bitwise": true,
|
|
43
|
-
"no-console": [true, "debug", "info", "time", "timeEnd", "trace"],
|
|
44
|
-
"no-construct": true,
|
|
45
|
-
"no-debugger": true,
|
|
46
|
-
"no-duplicate-variable": true,
|
|
47
|
-
"no-empty": false,
|
|
48
|
-
"no-empty-interface": true,
|
|
49
|
-
"no-eval": true,
|
|
50
|
-
"no-inferrable-types": [true, "ignore-params"],
|
|
51
|
-
"no-shadowed-variable": true,
|
|
52
|
-
"no-string-literal": false,
|
|
53
|
-
"no-string-throw": true,
|
|
54
|
-
"no-switch-case-fall-through": true,
|
|
55
|
-
"no-trailing-whitespace": true,
|
|
56
|
-
"no-unused-expression": true,
|
|
57
|
-
"no-use-before-declare": true,
|
|
58
|
-
"no-var-keyword": true,
|
|
59
|
-
"object-literal-sort-keys": false,
|
|
60
|
-
"one-line": [
|
|
61
|
-
true,
|
|
62
|
-
"check-open-brace",
|
|
63
|
-
"check-catch",
|
|
64
|
-
"check-else",
|
|
65
|
-
"check-whitespace"
|
|
66
|
-
],
|
|
67
|
-
"prefer-const": true,
|
|
68
|
-
"quotemark": [true, "double"],
|
|
69
|
-
"radix": true,
|
|
70
|
-
"semicolon": [true, "always"],
|
|
71
|
-
"triple-equals": [true, "allow-null-check"],
|
|
72
|
-
"typedef-whitespace": [
|
|
73
|
-
true,
|
|
74
|
-
{
|
|
75
|
-
"call-signature": "nospace",
|
|
76
|
-
"index-signature": "nospace",
|
|
77
|
-
"parameter": "nospace",
|
|
78
|
-
"property-declaration": "nospace",
|
|
79
|
-
"variable-declaration": "nospace"
|
|
80
|
-
}
|
|
81
|
-
],
|
|
82
|
-
"typeof-compare": true,
|
|
83
|
-
"unified-signatures": true,
|
|
84
|
-
"variable-name": false,
|
|
85
|
-
"whitespace": [
|
|
86
|
-
true,
|
|
87
|
-
"check-branch",
|
|
88
|
-
"check-decl",
|
|
89
|
-
"check-operator",
|
|
90
|
-
"check-separator",
|
|
91
|
-
"check-module",
|
|
92
|
-
"check-type"
|
|
93
|
-
]
|
|
94
|
-
}
|
|
95
|
-
}
|