jekyll-theme-prettydocs 0.0.6 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/LICENSE.txt +0 -0
- data/README.md +59 -178
- data/_includes/footer.html +6 -6
- data/_includes/home.html +122 -0
- data/_includes/promo-block.html +29 -86
- data/_layouts/home.html +36 -53
- data/_layouts/page.html +51 -5
- data/assets/.DS_Store +0 -0
- data/assets/css/.DS_Store +0 -0
- data/assets/css/styles.css +1373 -1267
- data/assets/images/.DS_Store +0 -0
- data/assets/images/demo/.DS_Store +0 -0
- data/assets/images/demo/fontawesome-icons.png +0 -0
- data/assets/images/demo/instance-promo.jpg +0 -0
- data/assets/images/demo/theme-atom.png +0 -0
- data/assets/images/demo/theme-decibel.png +0 -0
- data/assets/images/demo/theme-delta.png +0 -0
- data/assets/images/demo/theme-devstudio.png +0 -0
- data/assets/images/demo/theme-instance.png +0 -0
- data/assets/images/demo/theme-onboard.png +0 -0
- data/assets/images/demo/theme-orbit.png +0 -0
- data/assets/images/demo/theme-pillar.png +0 -0
- data/assets/images/demo/theme-sphere.png +0 -0
- data/assets/images/demo/theme-startupkit.png +0 -0
- data/assets/images/demo/theme-tempo.png +0 -0
- data/assets/images/demo/theme-trades.png +0 -0
- data/assets/images/empty.gif +0 -0
- data/assets/images/untitled folder/.DS_Store +0 -0
- data/assets/images/untitled folder/bootstrap-template-for-schools-academy.png +0 -0
- data/assets/images/untitled folder/crowdfunding-landing-page-onboard.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-portfolio-theme-for-developers.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-appkit-landing.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-developers-devaid.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-develpers-prettydocs.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-documentation-prettydedocs.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-startups-developers-appkit-landing.png +0 -0
- data/assets/images/untitled folder/html5-website-template-college-green.png +0 -0
- data/assets/images/untitled folder/html5-website-template-placeholder.png +0 -0
- data/assets/images/untitled folder/restaurant-landing-page-epicure.png +0 -0
- data/assets/images/untitled folder/wedding-invitation-landing-page-matrimony.png +0 -0
- data/assets/js/.DS_Store +0 -0
- data/assets/js/main.js +42 -46
- data/assets/plugins/.DS_Store +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.css +1912 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.min.css +7 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.min.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.css +331 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css +8 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap.css +7946 -5683
- data/assets/plugins/bootstrap/css/bootstrap.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap.min.css +4 -3
- data/assets/plugins/bootstrap/css/bootstrap.min.css.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.js +6461 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.js.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js +7 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.js +3448 -1867
- data/assets/plugins/bootstrap/js/bootstrap.js.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.min.js +6 -6
- data/assets/plugins/bootstrap/js/bootstrap.min.js.map +0 -0
- data/assets/plugins/jquery-3.3.1.min.js +2 -0
- data/assets/plugins/lightbox/Gruntfile.js +84 -83
- data/assets/plugins/lightbox/ISSUE_TEMPLATE.md +9 -0
- data/assets/plugins/lightbox/LICENSE +21 -0
- data/assets/plugins/lightbox/README.md +15 -10
- data/assets/plugins/lightbox/bower.json +29 -38
- data/assets/plugins/lightbox/dist/ekko-lightbox.css +2 -62
- data/assets/plugins/lightbox/dist/ekko-lightbox.js +668 -400
- data/assets/plugins/lightbox/dist/ekko-lightbox.js.map +1 -0
- data/assets/plugins/lightbox/dist/ekko-lightbox.min.js +2 -7
- data/assets/plugins/lightbox/dist/ekko-lightbox.min.js.map +1 -0
- data/assets/plugins/lightbox/ekko-lightbox.js +671 -0
- data/assets/plugins/lightbox/ekko-lightbox.less +139 -64
- data/assets/plugins/lightbox/examples/bs3.html +596 -0
- data/assets/plugins/lightbox/index.html +659 -0
- data/assets/plugins/lightbox/package.json +57 -46
- data/assets/plugins/lightbox/webpack.config.js +89 -0
- data/assets/plugins/lightbox/yarn.lock +6683 -0
- data/assets/plugins/prism/min/prism-min.js +0 -0
- data/assets/plugins/stickyfill/.editorconfig +9 -0
- data/assets/plugins/stickyfill/.gitignore +1 -0
- data/assets/plugins/stickyfill/Gruntfile.js +106 -0
- data/assets/plugins/stickyfill/LICENSE +21 -0
- data/assets/plugins/stickyfill/README.md +229 -0
- data/assets/plugins/stickyfill/dist/stickyfill.es6.js +507 -0
- data/assets/plugins/stickyfill/dist/stickyfill.js +520 -0
- data/assets/plugins/stickyfill/dist/stickyfill.min.js +7 -0
- data/assets/plugins/stickyfill/package-lock.json +2109 -0
- data/assets/plugins/stickyfill/package.json +32 -0
- data/assets/plugins/stickyfill/src/stickyfill.js +500 -0
- data/assets/plugins/stickyfill/test/index.html +941 -0
- data/assets/plugins/stickyfill/test/js/jquery-3.1.1.min.js +4 -0
- data/assets/plugins/stickyfill/types/index.d.ts +17 -0
- data/assets/plugins/stickyfill/yarn.lock +1475 -0
- data/assets/scss/.DS_Store +0 -0
- data/assets/{less/base.less → scss/_base.scss} +283 -307
- data/assets/{less/doc.less → scss/_doc.scss} +747 -747
- data/assets/{less/landing.less → scss/_landing.scss} +231 -244
- data/assets/scss/_mixins.scss +175 -0
- data/assets/scss/config.codekit3 +2243 -0
- data/assets/scss/styles.scss +45 -0
- metadata +76 -96
- data/_includes/blue-doc-wrapper.html +0 -293
- data/_includes/blue-header.html +0 -17
- data/_includes/card-charts.html +0 -10
- data/_includes/card-components.html +0 -10
- data/_includes/card-faqs.html +0 -10
- data/_includes/card-license.html +0 -10
- data/_includes/card-quick.html +0 -10
- data/_includes/card-showcase.html +0 -10
- data/_includes/cards-section.html +0 -47
- data/_includes/doc-wrapper.html +0 -170
- data/_includes/fb-root.html +0 -9
- data/_includes/green-doc-wrapper.html +0 -484
- data/_includes/green-header.html +0 -17
- data/_includes/header-home.html +0 -21
- data/_includes/header.html +0 -70
- data/_includes/icon-github.html +0 -1
- data/_includes/landing-header.html +0 -22
- data/_includes/orange-doc-wrapper.html +0 -65
- data/_includes/orange-header.html +0 -17
- data/_includes/pink-doc-wrapper.html +0 -281
- data/_includes/pink-header.html +0 -17
- data/_includes/purple-doc-wrapper.html +0 -138
- data/_includes/purple-header.html +0 -17
- data/_layouts/blue.html +0 -53
- data/_layouts/default.html +0 -53
- data/_layouts/green.html +0 -53
- data/_layouts/orange.html +0 -53
- data/_layouts/pink.html +0 -53
- data/_layouts/post.html +0 -5
- data/_layouts/purple.html +0 -53
- data/assets/images/demo/a-complete-example-of-page.png +0 -0
- data/assets/less/mixins.less +0 -185
- data/assets/less/styles.less +0 -13
- data/assets/less/theme-default.less +0 -115
- data/assets/plugins/bootstrap/css/bootstrap-theme.css +0 -587
- data/assets/plugins/bootstrap/css/bootstrap-theme.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-theme.min.css +0 -6
- data/assets/plugins/bootstrap/css/bootstrap-theme.min.css.map +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg +0 -288
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/plugins/bootstrap/js/npm.js +0 -13
- data/assets/plugins/font-awesome/HELP-US-OUT.txt +0 -7
- data/assets/plugins/font-awesome/css/font-awesome.css +0 -2199
- data/assets/plugins/font-awesome/css/font-awesome.min.css +0 -4
- data/assets/plugins/font-awesome/fonts/FontAwesome.otf +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.svg +0 -685
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/plugins/font-awesome/less/animated.less +0 -34
- data/assets/plugins/font-awesome/less/bordered-pulled.less +0 -25
- data/assets/plugins/font-awesome/less/core.less +0 -12
- data/assets/plugins/font-awesome/less/fixed-width.less +0 -6
- data/assets/plugins/font-awesome/less/font-awesome.less +0 -18
- data/assets/plugins/font-awesome/less/icons.less +0 -733
- data/assets/plugins/font-awesome/less/larger.less +0 -13
- data/assets/plugins/font-awesome/less/list.less +0 -19
- data/assets/plugins/font-awesome/less/mixins.less +0 -60
- data/assets/plugins/font-awesome/less/path.less +0 -15
- data/assets/plugins/font-awesome/less/rotated-flipped.less +0 -20
- data/assets/plugins/font-awesome/less/screen-reader.less +0 -5
- data/assets/plugins/font-awesome/less/stacked.less +0 -20
- data/assets/plugins/font-awesome/less/variables.less +0 -744
- data/assets/plugins/font-awesome/scss/_animated.scss +0 -34
- data/assets/plugins/font-awesome/scss/_bordered-pulled.scss +0 -25
- data/assets/plugins/font-awesome/scss/_core.scss +0 -12
- data/assets/plugins/font-awesome/scss/_fixed-width.scss +0 -6
- data/assets/plugins/font-awesome/scss/_icons.scss +0 -733
- data/assets/plugins/font-awesome/scss/_larger.scss +0 -13
- data/assets/plugins/font-awesome/scss/_list.scss +0 -19
- data/assets/plugins/font-awesome/scss/_mixins.scss +0 -60
- data/assets/plugins/font-awesome/scss/_path.scss +0 -15
- data/assets/plugins/font-awesome/scss/_rotated-flipped.scss +0 -20
- data/assets/plugins/font-awesome/scss/_screen-reader.scss +0 -5
- data/assets/plugins/font-awesome/scss/_stacked.scss +0 -20
- data/assets/plugins/font-awesome/scss/_variables.scss +0 -744
- data/assets/plugins/font-awesome/scss/font-awesome.scss +0 -18
- data/assets/plugins/jquery-1.12.3.min.js +0 -5
- data/assets/plugins/lightbox/LICENSE.txt +0 -339
- data/assets/plugins/lightbox/dist/ekko-lightbox.min.css +0 -6
- data/assets/plugins/lightbox/ekko-lightbox.coffee +0 -353
- data/assets/plugins/lightbox/examples/index.html +0 -559
- data/assets/plugins/lightbox/examples/remote/page1.html +0 -9
- data/assets/plugins/lightbox/examples/remote/page2.html +0 -9
- data/assets/plugins/lightbox/examples/remote/readme.md +0 -1
@@ -0,0 +1,175 @@
|
|
1
|
+
@mixin text-shadow ($string: 0 1px 3px rgba(0, 0, 0, 0.25)) {
|
2
|
+
text-shadow: $string;
|
3
|
+
}
|
4
|
+
@mixin box-shadow ($string) {
|
5
|
+
-webkit-box-shadow: $string;
|
6
|
+
-moz-box-shadow: $string;
|
7
|
+
box-shadow: $string;
|
8
|
+
}
|
9
|
+
|
10
|
+
@mixin box-sizing ($type: border-box) {
|
11
|
+
-webkit-box-sizing: $type;
|
12
|
+
-moz-box-sizing: $type;
|
13
|
+
box-sizing: $type;
|
14
|
+
}
|
15
|
+
|
16
|
+
@mixin border-radius ($radius: 5px) {
|
17
|
+
-webkit-border-radius: $radius;
|
18
|
+
-moz-border-radius: $radius;
|
19
|
+
-ms-border-radius: $radius;
|
20
|
+
-o-border-radius: $radius;
|
21
|
+
border-radius: $radius;
|
22
|
+
|
23
|
+
-moz-background-clip: padding;
|
24
|
+
-webkit-background-clip: padding-box;
|
25
|
+
background-clip: padding-box;
|
26
|
+
}
|
27
|
+
@mixin border-radiuses ($topright: 0, $bottomright: 0, $bottomleft: 0, $topleft: 0) {
|
28
|
+
-webkit-border-top-right-radius: $topright;
|
29
|
+
-webkit-border-bottom-right-radius: $bottomright;
|
30
|
+
-webkit-border-bottom-left-radius: $bottomleft;
|
31
|
+
-webkit-border-top-left-radius: $topleft;
|
32
|
+
|
33
|
+
-moz-border-radius-topright: $topright;
|
34
|
+
-moz-border-radius-bottomright: $bottomright;
|
35
|
+
-moz-border-radius-bottomleft: $bottomleft;
|
36
|
+
-moz-border-radius-topleft: $topleft;
|
37
|
+
|
38
|
+
border-top-right-radius: $topright;
|
39
|
+
border-bottom-right-radius: $bottomright;
|
40
|
+
border-bottom-left-radius: $bottomleft;
|
41
|
+
border-top-left-radius: $topleft;
|
42
|
+
|
43
|
+
-moz-background-clip: padding;
|
44
|
+
-webkit-background-clip: padding-box;
|
45
|
+
background-clip: padding-box;
|
46
|
+
}
|
47
|
+
|
48
|
+
@mixin opacity ($opacity: 0.5) {
|
49
|
+
-webkit-opacity: $opacity;
|
50
|
+
-moz-opacity: $opacity;
|
51
|
+
opacity: $opacity;
|
52
|
+
}
|
53
|
+
|
54
|
+
@mixin gradient ($startColor: #eee, $endColor: white) {
|
55
|
+
background-color: $startColor;
|
56
|
+
background: -webkit-gradient(linear, left top, left bottom, from($startColor), to($endColor));
|
57
|
+
background: -webkit-linear-gradient(top, $startColor, $endColor);
|
58
|
+
background: -moz-linear-gradient(top, $startColor, $endColor);
|
59
|
+
background: -ms-linear-gradient(top, $startColor, $endColor);
|
60
|
+
background: -o-linear-gradient(top, $startColor, $endColor);
|
61
|
+
}
|
62
|
+
@mixin horizontal-gradient ($startColor: #eee, $endColor: white) {
|
63
|
+
background-color: $startColor;
|
64
|
+
background-image: -webkit-gradient(linear, left top, right top, from($startColor), to($endColor));
|
65
|
+
background-image: -webkit-linear-gradient(left, $startColor, $endColor);
|
66
|
+
background-image: -moz-linear-gradient(left, $startColor, $endColor);
|
67
|
+
background-image: -ms-linear-gradient(left, $startColor, $endColor);
|
68
|
+
background-image: -o-linear-gradient(left, $startColor, $endColor);
|
69
|
+
}
|
70
|
+
|
71
|
+
@mixin animation ($name, $duration: 300ms, $delay: 0, $ease: ease) {
|
72
|
+
-webkit-animation: $name $duration $delay $ease;
|
73
|
+
-moz-animation: $name $duration $delay $ease;
|
74
|
+
-ms-animation: $name $duration $delay $ease;
|
75
|
+
}
|
76
|
+
|
77
|
+
@mixin transition ($transition) {
|
78
|
+
-webkit-transition: $transition;
|
79
|
+
-moz-transition: $transition;
|
80
|
+
-ms-transition: $transition;
|
81
|
+
-o-transition: $transition;
|
82
|
+
}
|
83
|
+
@mixin transform($string){
|
84
|
+
-webkit-transform: $string;
|
85
|
+
-moz-transform: $string;
|
86
|
+
-ms-transform: $string;
|
87
|
+
-o-transform: $string;
|
88
|
+
}
|
89
|
+
@mixin scale ($factor) {
|
90
|
+
-webkit-transform: scale($factor);
|
91
|
+
-moz-transform: scale($factor);
|
92
|
+
-ms-transform: scale($factor);
|
93
|
+
-o-transform: scale($factor);
|
94
|
+
}
|
95
|
+
@mixin rotate ($deg) {
|
96
|
+
-webkit-transform: rotate($deg);
|
97
|
+
-moz-transform: rotate($deg);
|
98
|
+
-ms-transform: rotate($deg);
|
99
|
+
-o-transform: rotate($deg);
|
100
|
+
}
|
101
|
+
@mixin skew ($deg, $deg2) {
|
102
|
+
-webkit-transform: skew($deg, $deg2);
|
103
|
+
-moz-transform: skew($deg, $deg2);
|
104
|
+
-ms-transform: skew($deg, $deg2);
|
105
|
+
-o-transform: skew($deg, $deg2);
|
106
|
+
}
|
107
|
+
@mixin translate ($x, $y:0) {
|
108
|
+
-webkit-transform: translate($x, $y);
|
109
|
+
-moz-transform: translate($x, $y);
|
110
|
+
-ms-transform: translate($x, $y);
|
111
|
+
-o-transform: translate($x, $y);
|
112
|
+
}
|
113
|
+
@mixin translate3d ($x, $y: 0, $z: 0) {
|
114
|
+
-webkit-transform: translate3d($x, $y, $z);
|
115
|
+
-moz-transform: translate3d($x, $y, $z);
|
116
|
+
-ms-transform: translate3d($x, $y, $z);
|
117
|
+
-o-transform: translate3d($x, $y, $z);
|
118
|
+
}
|
119
|
+
@mixin perspective ($value: 1000) {
|
120
|
+
-webkit-perspective: $value;
|
121
|
+
-moz-perspective: $value;
|
122
|
+
-ms-perspective: $value;
|
123
|
+
perspective: $value;
|
124
|
+
}
|
125
|
+
@mixin transform-origin ($x:center, $y:center) {
|
126
|
+
-webkit-transform-origin: $x $y;
|
127
|
+
-moz-transform-origin: $x $y;
|
128
|
+
-ms-transform-origin: $x $y;
|
129
|
+
-o-transform-origin: $x $y;
|
130
|
+
}
|
131
|
+
|
132
|
+
@mixin reset-box-sizing ($size:content-box) {
|
133
|
+
&,
|
134
|
+
*,
|
135
|
+
*:before,
|
136
|
+
*:after {
|
137
|
+
@include box-sizing($size);
|
138
|
+
}
|
139
|
+
}
|
140
|
+
|
141
|
+
@mixin truncate ($max-width: 250px) {
|
142
|
+
max-width: $max-width;
|
143
|
+
white-space: nowrap;
|
144
|
+
overflow: hidden;
|
145
|
+
text-overflow: ellipsis;
|
146
|
+
}
|
147
|
+
|
148
|
+
@mixin background-size ($string: contain) {
|
149
|
+
-webkit-background-size: $string;
|
150
|
+
-moz-background-size: $string;
|
151
|
+
-o-background-size: $string;
|
152
|
+
background-size: $string;
|
153
|
+
}
|
154
|
+
|
155
|
+
@mixin placeholder ($color: #999) {
|
156
|
+
&::-webkit-input-placeholder { /* WebKit browsers */
|
157
|
+
color: $color;
|
158
|
+
}
|
159
|
+
&:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
160
|
+
color: $color;
|
161
|
+
}
|
162
|
+
&::-moz-placeholder { /* Mozilla Firefox 19+ */
|
163
|
+
color: $color;
|
164
|
+
}
|
165
|
+
&:-ms-input-placeholder { /* Internet Explorer 10+ */
|
166
|
+
color: $color;
|
167
|
+
}
|
168
|
+
}
|
169
|
+
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
|
@@ -0,0 +1,2243 @@
|
|
1
|
+
{
|
2
|
+
"AAInfo": "This is a CodeKit 3 project config file. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. Doing so will cause CodeKit to crash and\/or corrupt your project. I know it looks like JSON, but it is *not*. Many numbers in this file are 64-bit long long bitFlags, which JSON does not support. These numbers *cannot* be treated as discrete values and if you attempt to parse this file as standard JSON with any public JSON parser, these values will be corrupted. This file is not backwards-compatible with CodeKit 1 or 2. For more information, see https:\/\/codekitapp.com\/",
|
3
|
+
"buildSteps": [
|
4
|
+
{
|
5
|
+
"name": "Process All Remaining Files and Folders",
|
6
|
+
"stepType": 1,
|
7
|
+
"uuidString": "42AC6E17-C560-4DF4-974F-BAE8DF455050"
|
8
|
+
}
|
9
|
+
],
|
10
|
+
"creatorBuild": "26680",
|
11
|
+
"files": {
|
12
|
+
"\/_base.scss": {
|
13
|
+
"aP": 0,
|
14
|
+
"bl": 0,
|
15
|
+
"dP": 10,
|
16
|
+
"dS": 0,
|
17
|
+
"ft": 4,
|
18
|
+
"ma": 0,
|
19
|
+
"oA": 1,
|
20
|
+
"oAP": "\/_base.css",
|
21
|
+
"oF": 0,
|
22
|
+
"oS": 0,
|
23
|
+
"uL": 1
|
24
|
+
},
|
25
|
+
"\/_doc.scss": {
|
26
|
+
"aP": 0,
|
27
|
+
"bl": 0,
|
28
|
+
"dP": 10,
|
29
|
+
"dS": 0,
|
30
|
+
"ft": 4,
|
31
|
+
"ma": 0,
|
32
|
+
"oA": 1,
|
33
|
+
"oAP": "\/_doc.css",
|
34
|
+
"oF": 0,
|
35
|
+
"oS": 0,
|
36
|
+
"uL": 1
|
37
|
+
},
|
38
|
+
"\/_landing.scss": {
|
39
|
+
"aP": 0,
|
40
|
+
"bl": 0,
|
41
|
+
"dP": 10,
|
42
|
+
"dS": 0,
|
43
|
+
"ft": 4,
|
44
|
+
"ma": 0,
|
45
|
+
"oA": 1,
|
46
|
+
"oAP": "\/_landing.css",
|
47
|
+
"oF": 0,
|
48
|
+
"oS": 0,
|
49
|
+
"uL": 1
|
50
|
+
},
|
51
|
+
"\/_mixins.scss": {
|
52
|
+
"aP": 0,
|
53
|
+
"bl": 0,
|
54
|
+
"dP": 10,
|
55
|
+
"dS": 0,
|
56
|
+
"ft": 4,
|
57
|
+
"ma": 0,
|
58
|
+
"oA": 1,
|
59
|
+
"oAP": "\/_mixins.css",
|
60
|
+
"oF": 0,
|
61
|
+
"oS": 0,
|
62
|
+
"uL": 1
|
63
|
+
},
|
64
|
+
"\/styles.scss": {
|
65
|
+
"aP": 0,
|
66
|
+
"bl": 0,
|
67
|
+
"dP": 10,
|
68
|
+
"dS": 0,
|
69
|
+
"ft": 4,
|
70
|
+
"ma": 0,
|
71
|
+
"oA": 0,
|
72
|
+
"oAP": "\/Users\/Riley\/Sites\/htdocs\/prettydocs-bs4\/prettydocs-git\/assets\/css\/styles.css",
|
73
|
+
"oF": 7,
|
74
|
+
"oS": 1,
|
75
|
+
"uL": 1
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"hooks": [
|
79
|
+
],
|
80
|
+
"manualImportLinks": {
|
81
|
+
},
|
82
|
+
"projectAttributes": {
|
83
|
+
"creationDate": 553597188,
|
84
|
+
"displayValue": "scss",
|
85
|
+
"displayValueWasSetByUser": 0,
|
86
|
+
"iconImageName": "meme-drunkArcher",
|
87
|
+
"iconImageWasSetByUser": 0
|
88
|
+
},
|
89
|
+
"projectSettings": {
|
90
|
+
"abortBuildOnError": 1,
|
91
|
+
"alwaysUseExternalServer": 0,
|
92
|
+
"animateCSSInjections": 1,
|
93
|
+
"autoBuildNewItems": 1,
|
94
|
+
"autoprefixerBrowserString": "> 1%, last 2 versions, Firefox ESR, Opera 12.1",
|
95
|
+
"autoprefixerEnableIEGrid": 0,
|
96
|
+
"babelAuxiliaryCommentAfter": "",
|
97
|
+
"babelAuxiliaryCommentBefore": "",
|
98
|
+
"babelConfigFileHandlingType": 0,
|
99
|
+
"babelCustomPluginsList": "",
|
100
|
+
"babelCustomPresetsList": "",
|
101
|
+
"babelInsertModuleIDs": 0,
|
102
|
+
"babelModuleID": "",
|
103
|
+
"babelNoComments": 0,
|
104
|
+
"babelPlugins": {
|
105
|
+
"async-generator-functions": {
|
106
|
+
"active": 0
|
107
|
+
},
|
108
|
+
"async-to-generator": {
|
109
|
+
"active": 0
|
110
|
+
},
|
111
|
+
"async-to-module-method": {
|
112
|
+
"active": 0
|
113
|
+
},
|
114
|
+
"class-properties": {
|
115
|
+
"active": 0
|
116
|
+
},
|
117
|
+
"decorators": {
|
118
|
+
"active": 0
|
119
|
+
},
|
120
|
+
"decorators-legacy": {
|
121
|
+
"active": 0
|
122
|
+
},
|
123
|
+
"do-expressions": {
|
124
|
+
"active": 0
|
125
|
+
},
|
126
|
+
"es2015-arrow-functions": {
|
127
|
+
"active": 0
|
128
|
+
},
|
129
|
+
"es2015-block-scoped-functions": {
|
130
|
+
"active": 0
|
131
|
+
},
|
132
|
+
"es2015-block-scoping": {
|
133
|
+
"active": 0
|
134
|
+
},
|
135
|
+
"es2015-classes": {
|
136
|
+
"active": 0
|
137
|
+
},
|
138
|
+
"es2015-computed-properties": {
|
139
|
+
"active": 0
|
140
|
+
},
|
141
|
+
"es2015-constants": {
|
142
|
+
"active": 0
|
143
|
+
},
|
144
|
+
"es2015-destructuring": {
|
145
|
+
"active": 0
|
146
|
+
},
|
147
|
+
"es2015-duplicate-keys": {
|
148
|
+
"active": 0
|
149
|
+
},
|
150
|
+
"es2015-for-of": {
|
151
|
+
"active": 0
|
152
|
+
},
|
153
|
+
"es2015-function-name": {
|
154
|
+
"active": 0
|
155
|
+
},
|
156
|
+
"es2015-literals": {
|
157
|
+
"active": 0
|
158
|
+
},
|
159
|
+
"es2015-modules-amd": {
|
160
|
+
"active": 0
|
161
|
+
},
|
162
|
+
"es2015-modules-commonjs": {
|
163
|
+
"active": 0
|
164
|
+
},
|
165
|
+
"es2015-modules-systemjs": {
|
166
|
+
"active": 0
|
167
|
+
},
|
168
|
+
"es2015-modules-umd": {
|
169
|
+
"active": 0
|
170
|
+
},
|
171
|
+
"es2015-object-super": {
|
172
|
+
"active": 0
|
173
|
+
},
|
174
|
+
"es2015-parameters": {
|
175
|
+
"active": 0
|
176
|
+
},
|
177
|
+
"es2015-shorthand-properties": {
|
178
|
+
"active": 0
|
179
|
+
},
|
180
|
+
"es2015-spread": {
|
181
|
+
"active": 0
|
182
|
+
},
|
183
|
+
"es2015-sticky-regex": {
|
184
|
+
"active": 0
|
185
|
+
},
|
186
|
+
"es2015-template-literals": {
|
187
|
+
"active": 0
|
188
|
+
},
|
189
|
+
"es2015-typeof-symbol": {
|
190
|
+
"active": 0
|
191
|
+
},
|
192
|
+
"es2015-unicode-regex": {
|
193
|
+
"active": 0
|
194
|
+
},
|
195
|
+
"es3-member-expression-literals": {
|
196
|
+
"active": 0
|
197
|
+
},
|
198
|
+
"es3-property-literals": {
|
199
|
+
"active": 0
|
200
|
+
},
|
201
|
+
"es5-property-mutators": {
|
202
|
+
"active": 0
|
203
|
+
},
|
204
|
+
"eval": {
|
205
|
+
"active": 0
|
206
|
+
},
|
207
|
+
"exponentiation-operator": {
|
208
|
+
"active": 0
|
209
|
+
},
|
210
|
+
"export-extensions": {
|
211
|
+
"active": 0
|
212
|
+
},
|
213
|
+
"external-helpers": {
|
214
|
+
"active": 0
|
215
|
+
},
|
216
|
+
"flow-comments": {
|
217
|
+
"active": 0
|
218
|
+
},
|
219
|
+
"flow-strip-types": {
|
220
|
+
"active": 0
|
221
|
+
},
|
222
|
+
"function-bind": {
|
223
|
+
"active": 0
|
224
|
+
},
|
225
|
+
"inline-environment-variables": {
|
226
|
+
"active": 0
|
227
|
+
},
|
228
|
+
"jscript": {
|
229
|
+
"active": 0
|
230
|
+
},
|
231
|
+
"member-expression-literals": {
|
232
|
+
"active": 0
|
233
|
+
},
|
234
|
+
"merge-sibling-variables": {
|
235
|
+
"active": 0
|
236
|
+
},
|
237
|
+
"minify-booleans": {
|
238
|
+
"active": 0
|
239
|
+
},
|
240
|
+
"node-env-inline": {
|
241
|
+
"active": 0
|
242
|
+
},
|
243
|
+
"object-assign": {
|
244
|
+
"active": 0
|
245
|
+
},
|
246
|
+
"object-rest-spread": {
|
247
|
+
"active": 0
|
248
|
+
},
|
249
|
+
"object-set-prototype-of-to-assign": {
|
250
|
+
"active": 0
|
251
|
+
},
|
252
|
+
"property-literals": {
|
253
|
+
"active": 0
|
254
|
+
},
|
255
|
+
"proto-to-assign": {
|
256
|
+
"active": 0
|
257
|
+
},
|
258
|
+
"react-constant-elements": {
|
259
|
+
"active": 0
|
260
|
+
},
|
261
|
+
"react-display-name": {
|
262
|
+
"active": 0
|
263
|
+
},
|
264
|
+
"react-inline-elements": {
|
265
|
+
"active": 0
|
266
|
+
},
|
267
|
+
"react-jsx": {
|
268
|
+
"active": 0
|
269
|
+
},
|
270
|
+
"react-jsx-compat": {
|
271
|
+
"active": 0
|
272
|
+
},
|
273
|
+
"react-jsx-self": {
|
274
|
+
"active": 0
|
275
|
+
},
|
276
|
+
"react-jsx-source": {
|
277
|
+
"active": 0
|
278
|
+
},
|
279
|
+
"regenerator": {
|
280
|
+
"active": 0
|
281
|
+
},
|
282
|
+
"remove-console": {
|
283
|
+
"active": 0
|
284
|
+
},
|
285
|
+
"remove-debugger": {
|
286
|
+
"active": 0
|
287
|
+
},
|
288
|
+
"runtime": {
|
289
|
+
"active": 0
|
290
|
+
},
|
291
|
+
"simplify-comparison-operators": {
|
292
|
+
"active": 0
|
293
|
+
},
|
294
|
+
"strict-mode": {
|
295
|
+
"active": 0
|
296
|
+
},
|
297
|
+
"syntax-async-generators": {
|
298
|
+
"active": 0
|
299
|
+
},
|
300
|
+
"syntax-class-properties": {
|
301
|
+
"active": 0
|
302
|
+
},
|
303
|
+
"syntax-decorators": {
|
304
|
+
"active": 0
|
305
|
+
},
|
306
|
+
"syntax-do-expressions": {
|
307
|
+
"active": 0
|
308
|
+
},
|
309
|
+
"syntax-export-extensions": {
|
310
|
+
"active": 0
|
311
|
+
},
|
312
|
+
"syntax-flow": {
|
313
|
+
"active": 0
|
314
|
+
},
|
315
|
+
"syntax-function-bind": {
|
316
|
+
"active": 0
|
317
|
+
},
|
318
|
+
"syntax-function-sent": {
|
319
|
+
"active": 0
|
320
|
+
},
|
321
|
+
"syntax-jsx": {
|
322
|
+
"active": 0
|
323
|
+
},
|
324
|
+
"syntax-object-rest-spread": {
|
325
|
+
"active": 0
|
326
|
+
},
|
327
|
+
"undeclared-variables-check": {
|
328
|
+
"active": 0
|
329
|
+
},
|
330
|
+
"undefined-to-void": {
|
331
|
+
"active": 0
|
332
|
+
}
|
333
|
+
},
|
334
|
+
"babelPresetType": 193,
|
335
|
+
"babelRetainLines": 0,
|
336
|
+
"bowerAbbreviatedPath": "bower_components",
|
337
|
+
"bowerAutoCreateInfoFile": 1,
|
338
|
+
"bowerInstallDevDependencies": 0,
|
339
|
+
"bowerSaveDependencies": 1,
|
340
|
+
"bowerSaveDevDependencies": 0,
|
341
|
+
"bowerUseExactVersion": 0,
|
342
|
+
"browserRefreshDelay": 0,
|
343
|
+
"buildFolderActive": 0,
|
344
|
+
"buildFolderName": "build",
|
345
|
+
"cleanBuild": 1,
|
346
|
+
"coffeeLintFlags2": {
|
347
|
+
"arrow_spacing": {
|
348
|
+
"active": 0,
|
349
|
+
"flagValue": -1
|
350
|
+
},
|
351
|
+
"camel_case_classes": {
|
352
|
+
"active": 1,
|
353
|
+
"flagValue": -1
|
354
|
+
},
|
355
|
+
"colon_assignment_spacing": {
|
356
|
+
"active": 0,
|
357
|
+
"flagValue": 1
|
358
|
+
},
|
359
|
+
"cyclomatic_complexity": {
|
360
|
+
"active": 0,
|
361
|
+
"flagValue": 10
|
362
|
+
},
|
363
|
+
"duplicate_key": {
|
364
|
+
"active": 1,
|
365
|
+
"flagValue": -1
|
366
|
+
},
|
367
|
+
"empty_constructor_needs_parens": {
|
368
|
+
"active": 0,
|
369
|
+
"flagValue": -1
|
370
|
+
},
|
371
|
+
"ensure_comprehensions": {
|
372
|
+
"active": 1,
|
373
|
+
"flagValue": -1
|
374
|
+
},
|
375
|
+
"indentation": {
|
376
|
+
"active": 1,
|
377
|
+
"flagValue": 2
|
378
|
+
},
|
379
|
+
"line_endings": {
|
380
|
+
"active": 0,
|
381
|
+
"flagValue": 0
|
382
|
+
},
|
383
|
+
"max_line_length": {
|
384
|
+
"active": 0,
|
385
|
+
"flagValue": 150
|
386
|
+
},
|
387
|
+
"missing_fat_arrows": {
|
388
|
+
"active": 0,
|
389
|
+
"flagValue": -1
|
390
|
+
},
|
391
|
+
"newlines_after_classes": {
|
392
|
+
"active": 0,
|
393
|
+
"flagValue": 3
|
394
|
+
},
|
395
|
+
"no_backticks": {
|
396
|
+
"active": 1,
|
397
|
+
"flagValue": -1
|
398
|
+
},
|
399
|
+
"no_debugger": {
|
400
|
+
"active": 1,
|
401
|
+
"flagValue": -1
|
402
|
+
},
|
403
|
+
"no_empty_functions": {
|
404
|
+
"active": 0,
|
405
|
+
"flagValue": -1
|
406
|
+
},
|
407
|
+
"no_empty_param_list": {
|
408
|
+
"active": 0,
|
409
|
+
"flagValue": -1
|
410
|
+
},
|
411
|
+
"no_implicit_braces": {
|
412
|
+
"active": 1,
|
413
|
+
"flagValue": -1
|
414
|
+
},
|
415
|
+
"no_implicit_parens": {
|
416
|
+
"active": 0,
|
417
|
+
"flagValue": -1
|
418
|
+
},
|
419
|
+
"no_interpolation_in_single_quotes": {
|
420
|
+
"active": 0,
|
421
|
+
"flagValue": -1
|
422
|
+
},
|
423
|
+
"no_nested_string_interpolation": {
|
424
|
+
"active": 1,
|
425
|
+
"flagValue": -1
|
426
|
+
},
|
427
|
+
"no_plusplus": {
|
428
|
+
"active": 0,
|
429
|
+
"flagValue": -1
|
430
|
+
},
|
431
|
+
"no_private_function_fat_arrows": {
|
432
|
+
"active": 1,
|
433
|
+
"flagValue": -1
|
434
|
+
},
|
435
|
+
"no_stand_alone_at": {
|
436
|
+
"active": 1,
|
437
|
+
"flagValue": -1
|
438
|
+
},
|
439
|
+
"no_tabs": {
|
440
|
+
"active": 1,
|
441
|
+
"flagValue": -1
|
442
|
+
},
|
443
|
+
"no_this": {
|
444
|
+
"active": 0,
|
445
|
+
"flagValue": -1
|
446
|
+
},
|
447
|
+
"no_throwing_strings": {
|
448
|
+
"active": 1,
|
449
|
+
"flagValue": -1
|
450
|
+
},
|
451
|
+
"no_trailing_semicolons": {
|
452
|
+
"active": 1,
|
453
|
+
"flagValue": -1
|
454
|
+
},
|
455
|
+
"no_trailing_whitespace": {
|
456
|
+
"active": 1,
|
457
|
+
"flagValue": -1
|
458
|
+
},
|
459
|
+
"no_unnecessary_double_quotes": {
|
460
|
+
"active": 0,
|
461
|
+
"flagValue": -1
|
462
|
+
},
|
463
|
+
"no_unnecessary_fat_arrows": {
|
464
|
+
"active": 1,
|
465
|
+
"flagValue": -1
|
466
|
+
},
|
467
|
+
"non_empty_constructor_needs_parens": {
|
468
|
+
"active": 0,
|
469
|
+
"flagValue": -1
|
470
|
+
},
|
471
|
+
"prefer_english_operator": {
|
472
|
+
"active": 0,
|
473
|
+
"flagValue": -1
|
474
|
+
},
|
475
|
+
"space_operators": {
|
476
|
+
"active": 0,
|
477
|
+
"flagValue": -1
|
478
|
+
},
|
479
|
+
"spacing_after_comma": {
|
480
|
+
"active": 1,
|
481
|
+
"flagValue": -1
|
482
|
+
}
|
483
|
+
},
|
484
|
+
"esLintConfigFileHandlingType": 0,
|
485
|
+
"esLintECMAVersion": 7,
|
486
|
+
"esLintEnvironmentsMask": 1,
|
487
|
+
"esLintRules": {
|
488
|
+
"accessor-pairs": {
|
489
|
+
"active": 0,
|
490
|
+
"optionString": "{'setWithoutGet': true, 'getWithoutSet': false}"
|
491
|
+
},
|
492
|
+
"array-bracket-newline": {
|
493
|
+
"active": 0,
|
494
|
+
"optionString": "{'multiline': true, 'minItems': null}"
|
495
|
+
},
|
496
|
+
"array-bracket-spacing": {
|
497
|
+
"active": 0,
|
498
|
+
"optionString": "'never', {'singleValue': false, 'objectsInArrays': false, 'arraysInArrays': false}"
|
499
|
+
},
|
500
|
+
"array-callback-return": {
|
501
|
+
"active": 0,
|
502
|
+
"optionString": "{'allowImplicit': false}"
|
503
|
+
},
|
504
|
+
"array-element-newline": {
|
505
|
+
"active": 0,
|
506
|
+
"optionString": "'always'"
|
507
|
+
},
|
508
|
+
"arrow-body-style": {
|
509
|
+
"active": 0,
|
510
|
+
"optionString": "'as-needed', {'requireReturnForObjectLiteral': false}"
|
511
|
+
},
|
512
|
+
"arrow-parens": {
|
513
|
+
"active": 0,
|
514
|
+
"optionString": "'always'"
|
515
|
+
},
|
516
|
+
"arrow-spacing": {
|
517
|
+
"active": 0,
|
518
|
+
"optionString": "{'before': true, 'after': true}"
|
519
|
+
},
|
520
|
+
"block-scoped-var": {
|
521
|
+
"active": 0,
|
522
|
+
"optionString": ""
|
523
|
+
},
|
524
|
+
"block-spacing": {
|
525
|
+
"active": 0,
|
526
|
+
"optionString": "'always'"
|
527
|
+
},
|
528
|
+
"brace-style": {
|
529
|
+
"active": 0,
|
530
|
+
"optionString": "'1tbs', {'allowSingleLine': true}"
|
531
|
+
},
|
532
|
+
"callback-return": {
|
533
|
+
"active": 0,
|
534
|
+
"optionString": "['callback', 'cb', 'next']"
|
535
|
+
},
|
536
|
+
"camelcase": {
|
537
|
+
"active": 0,
|
538
|
+
"optionString": "{'properties': 'always'}"
|
539
|
+
},
|
540
|
+
"capitalized-comments": {
|
541
|
+
"active": 0,
|
542
|
+
"optionString": "'always', {'ignoreInlineComments': false, 'ignoreConsecutiveComments': false}"
|
543
|
+
},
|
544
|
+
"class-methods-use-this": {
|
545
|
+
"active": 0,
|
546
|
+
"optionString": "{'exceptMethods': []}"
|
547
|
+
},
|
548
|
+
"comma-dangle": {
|
549
|
+
"active": 1,
|
550
|
+
"optionString": "'never'"
|
551
|
+
},
|
552
|
+
"comma-spacing": {
|
553
|
+
"active": 0,
|
554
|
+
"optionString": "{'before': false, 'after': true}"
|
555
|
+
},
|
556
|
+
"comma-style": {
|
557
|
+
"active": 0,
|
558
|
+
"optionString": "'last'"
|
559
|
+
},
|
560
|
+
"complexity": {
|
561
|
+
"active": 0,
|
562
|
+
"optionString": "20"
|
563
|
+
},
|
564
|
+
"computed-property-spacing": {
|
565
|
+
"active": 0,
|
566
|
+
"optionString": "'never'"
|
567
|
+
},
|
568
|
+
"consistent-return": {
|
569
|
+
"active": 0,
|
570
|
+
"optionString": "{'treatUndefinedAsUnspecified': false}"
|
571
|
+
},
|
572
|
+
"consistent-this": {
|
573
|
+
"active": 0,
|
574
|
+
"optionString": "'that'"
|
575
|
+
},
|
576
|
+
"constructor-super": {
|
577
|
+
"active": 1,
|
578
|
+
"optionString": ""
|
579
|
+
},
|
580
|
+
"curly": {
|
581
|
+
"active": 0,
|
582
|
+
"optionString": "'all'"
|
583
|
+
},
|
584
|
+
"default-case": {
|
585
|
+
"active": 0,
|
586
|
+
"optionString": ""
|
587
|
+
},
|
588
|
+
"dot-location": {
|
589
|
+
"active": 0,
|
590
|
+
"optionString": "'object'"
|
591
|
+
},
|
592
|
+
"dot-notation": {
|
593
|
+
"active": 0,
|
594
|
+
"optionString": "{'allowKeywords': false}"
|
595
|
+
},
|
596
|
+
"eol-last": {
|
597
|
+
"active": 0,
|
598
|
+
"optionString": "'always'"
|
599
|
+
},
|
600
|
+
"eqeqeq": {
|
601
|
+
"active": 0,
|
602
|
+
"optionString": "'always', {'null': 'always'}"
|
603
|
+
},
|
604
|
+
"for-direction": {
|
605
|
+
"active": 0,
|
606
|
+
"optionString": ""
|
607
|
+
},
|
608
|
+
"func-call-spacing": {
|
609
|
+
"active": 0,
|
610
|
+
"optionString": "'never'"
|
611
|
+
},
|
612
|
+
"func-name-matching": {
|
613
|
+
"active": 0,
|
614
|
+
"optionString": "'always', {'includeCommonJSModuleExports': false}"
|
615
|
+
},
|
616
|
+
"func-names": {
|
617
|
+
"active": 0,
|
618
|
+
"optionString": "'always'"
|
619
|
+
},
|
620
|
+
"func-style": {
|
621
|
+
"active": 0,
|
622
|
+
"optionString": "'expression'"
|
623
|
+
},
|
624
|
+
"function-paren-newline": {
|
625
|
+
"active": 0,
|
626
|
+
"optionString": "'multiline'"
|
627
|
+
},
|
628
|
+
"generator-star-spacing": {
|
629
|
+
"active": 0,
|
630
|
+
"optionString": "{'before': true, 'after': false}"
|
631
|
+
},
|
632
|
+
"getter-return": {
|
633
|
+
"active": 0,
|
634
|
+
"optionString": "{'allowImplicit': false}"
|
635
|
+
},
|
636
|
+
"global-require": {
|
637
|
+
"active": 0,
|
638
|
+
"optionString": ""
|
639
|
+
},
|
640
|
+
"guard-for-in": {
|
641
|
+
"active": 0,
|
642
|
+
"optionString": ""
|
643
|
+
},
|
644
|
+
"handle-callback-err": {
|
645
|
+
"active": 0,
|
646
|
+
"optionString": "'err'"
|
647
|
+
},
|
648
|
+
"id-blacklist": {
|
649
|
+
"active": 0,
|
650
|
+
"optionString": "'data', 'err', 'e', 'cb', 'callback'"
|
651
|
+
},
|
652
|
+
"id-length": {
|
653
|
+
"active": 0,
|
654
|
+
"optionString": "{'min': 2, 'max': 1000, 'properties': 'always', 'exceptions': ['x', 'i', 'y']}"
|
655
|
+
},
|
656
|
+
"id-match": {
|
657
|
+
"active": 0,
|
658
|
+
"optionString": "'^[a-z]+([A-Z][a-z]+)*$', {'properties': false, 'onlyDeclarations': true}"
|
659
|
+
},
|
660
|
+
"implicit-arrow-linebreak": {
|
661
|
+
"active": 0,
|
662
|
+
"optionString": "'beside'"
|
663
|
+
},
|
664
|
+
"indent": {
|
665
|
+
"active": 0,
|
666
|
+
"optionString": "4, {'SwitchCase': 0, 'VariableDeclarator': 1, 'outerIIFEBody': 1 }"
|
667
|
+
},
|
668
|
+
"init-declarations": {
|
669
|
+
"active": 0,
|
670
|
+
"optionString": "'always', {'ignoreForLoopInit': true}"
|
671
|
+
},
|
672
|
+
"jsx-quotes": {
|
673
|
+
"active": 0,
|
674
|
+
"optionString": "'prefer-double'"
|
675
|
+
},
|
676
|
+
"key-spacing": {
|
677
|
+
"active": 0,
|
678
|
+
"optionString": "{'singleLine': {'beforeColon': false, 'afterColon': true, 'mode':'strict'}, 'multiLine': {'beforeColon': false, 'afterColon': true, 'align': 'value', 'mode':'minimum'}}"
|
679
|
+
},
|
680
|
+
"keyword-spacing": {
|
681
|
+
"active": 0,
|
682
|
+
"optionString": "{'before': true, 'after': true, 'overrides': {}}"
|
683
|
+
},
|
684
|
+
"line-comment-position": {
|
685
|
+
"active": 0,
|
686
|
+
"optionString": "{'position': 'above'}"
|
687
|
+
},
|
688
|
+
"linebreak-style": {
|
689
|
+
"active": 0,
|
690
|
+
"optionString": "'unix'"
|
691
|
+
},
|
692
|
+
"lines-around-comment": {
|
693
|
+
"active": 0,
|
694
|
+
"optionString": "{'beforeBlockComment': true}"
|
695
|
+
},
|
696
|
+
"lines-between-class-members": {
|
697
|
+
"active": 0,
|
698
|
+
"optionString": "'always', {exceptAfterSingleLine: false}"
|
699
|
+
},
|
700
|
+
"max-depth": {
|
701
|
+
"active": 0,
|
702
|
+
"optionString": "{'max': 4}"
|
703
|
+
},
|
704
|
+
"max-len": {
|
705
|
+
"active": 0,
|
706
|
+
"optionString": "{'code': 80, 'comments': 80, 'tabWidth': 4, 'ignoreUrls': true, 'ignoreStrings': true, 'ignoreTemplateLiterals': true, 'ignoreRegExpLiterals': true}"
|
707
|
+
},
|
708
|
+
"max-lines": {
|
709
|
+
"active": 0,
|
710
|
+
"optionString": "{'max': 300, 'skipBlankLines': true, 'skipComments': true}"
|
711
|
+
},
|
712
|
+
"max-nested-callbacks": {
|
713
|
+
"active": 0,
|
714
|
+
"optionString": "{'max': 10}"
|
715
|
+
},
|
716
|
+
"max-params": {
|
717
|
+
"active": 0,
|
718
|
+
"optionString": "{'max': 4}"
|
719
|
+
},
|
720
|
+
"max-statements": {
|
721
|
+
"active": 0,
|
722
|
+
"optionString": "{'max': 10}, {'ignoreTopLevelFunctions': true}"
|
723
|
+
},
|
724
|
+
"max-statements-per-line": {
|
725
|
+
"active": 0,
|
726
|
+
"optionString": "{'max': 1}"
|
727
|
+
},
|
728
|
+
"multiline-comment-style": {
|
729
|
+
"active": 0,
|
730
|
+
"optionString": "'starred-block'"
|
731
|
+
},
|
732
|
+
"multiline-ternary": {
|
733
|
+
"active": 0,
|
734
|
+
"optionString": "'always'"
|
735
|
+
},
|
736
|
+
"new-cap": {
|
737
|
+
"active": 0,
|
738
|
+
"optionString": "{'newIsCap': true, 'capIsNew': true, 'newIsCapExceptions': [], 'capIsNewExceptions': ['Array', 'Boolean', 'Date', 'Error', 'Function', 'Number', 'Object', 'RegExp', 'String', 'Symbol'], 'properties': true}"
|
739
|
+
},
|
740
|
+
"new-parens": {
|
741
|
+
"active": 0,
|
742
|
+
"optionString": ""
|
743
|
+
},
|
744
|
+
"newline-per-chained-call": {
|
745
|
+
"active": 0,
|
746
|
+
"optionString": "{'ignoreChainWithDepth': 2}"
|
747
|
+
},
|
748
|
+
"no-alert": {
|
749
|
+
"active": 0,
|
750
|
+
"optionString": ""
|
751
|
+
},
|
752
|
+
"no-array-constructor": {
|
753
|
+
"active": 0,
|
754
|
+
"optionString": ""
|
755
|
+
},
|
756
|
+
"no-await-in-loop": {
|
757
|
+
"active": 0,
|
758
|
+
"optionString": ""
|
759
|
+
},
|
760
|
+
"no-bitwise": {
|
761
|
+
"active": 0,
|
762
|
+
"optionString": "{'allow': ['~'], 'int32Hint': true}"
|
763
|
+
},
|
764
|
+
"no-buffer-constructor": {
|
765
|
+
"active": 0,
|
766
|
+
"optionString": ""
|
767
|
+
},
|
768
|
+
"no-caller": {
|
769
|
+
"active": 0,
|
770
|
+
"optionString": ""
|
771
|
+
},
|
772
|
+
"no-case-declarations": {
|
773
|
+
"active": 1,
|
774
|
+
"optionString": ""
|
775
|
+
},
|
776
|
+
"no-catch-shadow": {
|
777
|
+
"active": 0,
|
778
|
+
"optionString": ""
|
779
|
+
},
|
780
|
+
"no-class-assign": {
|
781
|
+
"active": 1,
|
782
|
+
"optionString": ""
|
783
|
+
},
|
784
|
+
"no-compare-neg-zero": {
|
785
|
+
"active": 0,
|
786
|
+
"optionString": ""
|
787
|
+
},
|
788
|
+
"no-cond-assign": {
|
789
|
+
"active": 1,
|
790
|
+
"optionString": "'except-parens'"
|
791
|
+
},
|
792
|
+
"no-confusing-arrow": {
|
793
|
+
"active": 0,
|
794
|
+
"optionString": "{'allowParens': false}"
|
795
|
+
},
|
796
|
+
"no-console": {
|
797
|
+
"active": 1,
|
798
|
+
"optionString": "{'allow': ['warn', 'error']}"
|
799
|
+
},
|
800
|
+
"no-const-assign": {
|
801
|
+
"active": 1,
|
802
|
+
"optionString": ""
|
803
|
+
},
|
804
|
+
"no-constant-condition": {
|
805
|
+
"active": 1,
|
806
|
+
"optionString": "{'checkLoops': true}"
|
807
|
+
},
|
808
|
+
"no-continue": {
|
809
|
+
"active": 0,
|
810
|
+
"optionString": ""
|
811
|
+
},
|
812
|
+
"no-control-regex": {
|
813
|
+
"active": 1,
|
814
|
+
"optionString": ""
|
815
|
+
},
|
816
|
+
"no-debugger": {
|
817
|
+
"active": 1,
|
818
|
+
"optionString": ""
|
819
|
+
},
|
820
|
+
"no-delete-var": {
|
821
|
+
"active": 1,
|
822
|
+
"optionString": ""
|
823
|
+
},
|
824
|
+
"no-div-regex": {
|
825
|
+
"active": 0,
|
826
|
+
"optionString": ""
|
827
|
+
},
|
828
|
+
"no-dupe-args": {
|
829
|
+
"active": 1,
|
830
|
+
"optionString": ""
|
831
|
+
},
|
832
|
+
"no-dupe-class-members": {
|
833
|
+
"active": 1,
|
834
|
+
"optionString": ""
|
835
|
+
},
|
836
|
+
"no-dupe-keys": {
|
837
|
+
"active": 1,
|
838
|
+
"optionString": ""
|
839
|
+
},
|
840
|
+
"no-duplicate-imports": {
|
841
|
+
"active": 0,
|
842
|
+
"optionString": "{'includeExports': false}"
|
843
|
+
},
|
844
|
+
"no-else-return": {
|
845
|
+
"active": 0,
|
846
|
+
"optionString": ""
|
847
|
+
},
|
848
|
+
"no-empty": {
|
849
|
+
"active": 1,
|
850
|
+
"optionString": "{'allowEmptyCatch': false}"
|
851
|
+
},
|
852
|
+
"no-empty-character-class": {
|
853
|
+
"active": 1,
|
854
|
+
"optionString": ""
|
855
|
+
},
|
856
|
+
"no-empty-function": {
|
857
|
+
"active": 0,
|
858
|
+
"optionString": "{'allow': []}"
|
859
|
+
},
|
860
|
+
"no-empty-pattern": {
|
861
|
+
"active": 1,
|
862
|
+
"optionString": ""
|
863
|
+
},
|
864
|
+
"no-eq-null": {
|
865
|
+
"active": 0,
|
866
|
+
"optionString": ""
|
867
|
+
},
|
868
|
+
"no-eval": {
|
869
|
+
"active": 0,
|
870
|
+
"optionString": "{'allowIndirect': false}"
|
871
|
+
},
|
872
|
+
"no-ex-assign": {
|
873
|
+
"active": 1,
|
874
|
+
"optionString": ""
|
875
|
+
},
|
876
|
+
"no-extend-native": {
|
877
|
+
"active": 0,
|
878
|
+
"optionString": "{'exceptions': []}"
|
879
|
+
},
|
880
|
+
"no-extra-bind": {
|
881
|
+
"active": 0,
|
882
|
+
"optionString": ""
|
883
|
+
},
|
884
|
+
"no-extra-boolean-cast": {
|
885
|
+
"active": 1,
|
886
|
+
"optionString": ""
|
887
|
+
},
|
888
|
+
"no-extra-labels": {
|
889
|
+
"active": 0,
|
890
|
+
"optionString": ""
|
891
|
+
},
|
892
|
+
"no-extra-parens": {
|
893
|
+
"active": 0,
|
894
|
+
"optionString": "'all', {'conditionalAssign': false, 'returnAssign': false, 'nestedBinaryExpressions': false, 'ignoreJSX': 'none', 'enforceForArrowConditionals': false}"
|
895
|
+
},
|
896
|
+
"no-extra-semi": {
|
897
|
+
"active": 1,
|
898
|
+
"optionString": ""
|
899
|
+
},
|
900
|
+
"no-fallthrough": {
|
901
|
+
"active": 1,
|
902
|
+
"optionString": ""
|
903
|
+
},
|
904
|
+
"no-floating-decimal": {
|
905
|
+
"active": 0,
|
906
|
+
"optionString": ""
|
907
|
+
},
|
908
|
+
"no-func-assign": {
|
909
|
+
"active": 1,
|
910
|
+
"optionString": ""
|
911
|
+
},
|
912
|
+
"no-global-assign": {
|
913
|
+
"active": 1,
|
914
|
+
"optionString": "{'exceptions': []}"
|
915
|
+
},
|
916
|
+
"no-implicit-coercion": {
|
917
|
+
"active": 0,
|
918
|
+
"optionString": "{'boolean': true, 'number': true, 'string': true, 'allow': []}"
|
919
|
+
},
|
920
|
+
"no-implicit-globals": {
|
921
|
+
"active": 0,
|
922
|
+
"optionString": ""
|
923
|
+
},
|
924
|
+
"no-implied-eval": {
|
925
|
+
"active": 0,
|
926
|
+
"optionString": ""
|
927
|
+
},
|
928
|
+
"no-inline-comments": {
|
929
|
+
"active": 0,
|
930
|
+
"optionString": ""
|
931
|
+
},
|
932
|
+
"no-inner-declarations": {
|
933
|
+
"active": 1,
|
934
|
+
"optionString": "'functions'"
|
935
|
+
},
|
936
|
+
"no-invalid-regexp": {
|
937
|
+
"active": 1,
|
938
|
+
"optionString": "{'allowConstructorFlags': ['u', 'y']}"
|
939
|
+
},
|
940
|
+
"no-invalid-this": {
|
941
|
+
"active": 0,
|
942
|
+
"optionString": ""
|
943
|
+
},
|
944
|
+
"no-irregular-whitespace": {
|
945
|
+
"active": 1,
|
946
|
+
"optionString": "{'skipStrings': true, 'skipComments': false, 'skipRegExps': true, 'skipTemplates': true}"
|
947
|
+
},
|
948
|
+
"no-iterator": {
|
949
|
+
"active": 0,
|
950
|
+
"optionString": ""
|
951
|
+
},
|
952
|
+
"no-label-var": {
|
953
|
+
"active": 0,
|
954
|
+
"optionString": ""
|
955
|
+
},
|
956
|
+
"no-labels": {
|
957
|
+
"active": 0,
|
958
|
+
"optionString": "{'allowLoop': false, 'allowSwitch': false}"
|
959
|
+
},
|
960
|
+
"no-lone-blocks": {
|
961
|
+
"active": 0,
|
962
|
+
"optionString": ""
|
963
|
+
},
|
964
|
+
"no-lonely-if": {
|
965
|
+
"active": 0,
|
966
|
+
"optionString": ""
|
967
|
+
},
|
968
|
+
"no-loop-func": {
|
969
|
+
"active": 0,
|
970
|
+
"optionString": ""
|
971
|
+
},
|
972
|
+
"no-magic-numbers": {
|
973
|
+
"active": 0,
|
974
|
+
"optionString": "{'ignore': [], 'ignoreArrayIndexes': true, 'enforceConst': false, 'detectObjects': false}"
|
975
|
+
},
|
976
|
+
"no-mixed-operators": {
|
977
|
+
"active": 0,
|
978
|
+
"optionString": "{'groups': [['+', '-', '*', '\/', '%', '**'], ['&', '|', '^', '~', '<<', '>>', '>>>'], ['==', '!=', '===', '!==', '>', '>=', '<', '<='], ['&&', '||'], ['in', 'instanceof']], 'allowSamePrecedence': true}"
|
979
|
+
},
|
980
|
+
"no-mixed-requires": {
|
981
|
+
"active": 0,
|
982
|
+
"optionString": "{'grouping': false, 'allowCall': false }"
|
983
|
+
},
|
984
|
+
"no-mixed-spaces-and-tabs": {
|
985
|
+
"active": 0,
|
986
|
+
"optionString": ""
|
987
|
+
},
|
988
|
+
"no-multi-assign": {
|
989
|
+
"active": 0,
|
990
|
+
"optionString": ""
|
991
|
+
},
|
992
|
+
"no-multi-spaces": {
|
993
|
+
"active": 0,
|
994
|
+
"optionString": "{'exceptions': {'Property': true, 'BinaryExpression': false, 'VariableDeclarator': false, 'ImportDeclaration': false}}"
|
995
|
+
},
|
996
|
+
"no-multi-str": {
|
997
|
+
"active": 0,
|
998
|
+
"optionString": ""
|
999
|
+
},
|
1000
|
+
"no-multiple-empty-lines": {
|
1001
|
+
"active": 0,
|
1002
|
+
"optionString": "{'max': 2, 'maxBOF': 2, 'maxEOF': 2}"
|
1003
|
+
},
|
1004
|
+
"no-negated-condition": {
|
1005
|
+
"active": 0,
|
1006
|
+
"optionString": ""
|
1007
|
+
},
|
1008
|
+
"no-nested-ternary": {
|
1009
|
+
"active": 0,
|
1010
|
+
"optionString": ""
|
1011
|
+
},
|
1012
|
+
"no-new": {
|
1013
|
+
"active": 0,
|
1014
|
+
"optionString": ""
|
1015
|
+
},
|
1016
|
+
"no-new-func": {
|
1017
|
+
"active": 0,
|
1018
|
+
"optionString": ""
|
1019
|
+
},
|
1020
|
+
"no-new-object": {
|
1021
|
+
"active": 0,
|
1022
|
+
"optionString": ""
|
1023
|
+
},
|
1024
|
+
"no-new-require": {
|
1025
|
+
"active": 0,
|
1026
|
+
"optionString": ""
|
1027
|
+
},
|
1028
|
+
"no-new-symbol": {
|
1029
|
+
"active": 1,
|
1030
|
+
"optionString": ""
|
1031
|
+
},
|
1032
|
+
"no-new-wrappers": {
|
1033
|
+
"active": 0,
|
1034
|
+
"optionString": ""
|
1035
|
+
},
|
1036
|
+
"no-obj-calls": {
|
1037
|
+
"active": 1,
|
1038
|
+
"optionString": ""
|
1039
|
+
},
|
1040
|
+
"no-octal": {
|
1041
|
+
"active": 1,
|
1042
|
+
"optionString": ""
|
1043
|
+
},
|
1044
|
+
"no-octal-escape": {
|
1045
|
+
"active": 0,
|
1046
|
+
"optionString": ""
|
1047
|
+
},
|
1048
|
+
"no-param-reassign": {
|
1049
|
+
"active": 0,
|
1050
|
+
"optionString": "{'props': false}"
|
1051
|
+
},
|
1052
|
+
"no-path-concat": {
|
1053
|
+
"active": 0,
|
1054
|
+
"optionString": ""
|
1055
|
+
},
|
1056
|
+
"no-plusplus": {
|
1057
|
+
"active": 0,
|
1058
|
+
"optionString": "{'allowForLoopAfterthoughts': false}"
|
1059
|
+
},
|
1060
|
+
"no-process-env": {
|
1061
|
+
"active": 0,
|
1062
|
+
"optionString": ""
|
1063
|
+
},
|
1064
|
+
"no-process-exit": {
|
1065
|
+
"active": 0,
|
1066
|
+
"optionString": ""
|
1067
|
+
},
|
1068
|
+
"no-proto": {
|
1069
|
+
"active": 0,
|
1070
|
+
"optionString": ""
|
1071
|
+
},
|
1072
|
+
"no-prototype-builtins": {
|
1073
|
+
"active": 0,
|
1074
|
+
"optionString": ""
|
1075
|
+
},
|
1076
|
+
"no-redeclare": {
|
1077
|
+
"active": 1,
|
1078
|
+
"optionString": "{'builtinGlobals': false}"
|
1079
|
+
},
|
1080
|
+
"no-regex-spaces": {
|
1081
|
+
"active": 1,
|
1082
|
+
"optionString": ""
|
1083
|
+
},
|
1084
|
+
"no-restricted-globals": {
|
1085
|
+
"active": 0,
|
1086
|
+
"optionString": "'event', 'fdescribe'"
|
1087
|
+
},
|
1088
|
+
"no-restricted-imports": {
|
1089
|
+
"active": 0,
|
1090
|
+
"optionString": ""
|
1091
|
+
},
|
1092
|
+
"no-restricted-modules": {
|
1093
|
+
"active": 0,
|
1094
|
+
"optionString": ""
|
1095
|
+
},
|
1096
|
+
"no-restricted-properties": {
|
1097
|
+
"active": 0,
|
1098
|
+
"optionString": "[{'object': 'disallowedObjectName', 'property': 'disallowedPropertyName'}, {'object': 'disallowedObjectName', 'property': 'anotherDisallowedPropertyName', 'message': 'Please use allowedObjectName.allowedPropertyName.'}]"
|
1099
|
+
},
|
1100
|
+
"no-restricted-syntax": {
|
1101
|
+
"active": 0,
|
1102
|
+
"optionString": "'FunctionExpression', 'WithStatement'"
|
1103
|
+
},
|
1104
|
+
"no-return-assign": {
|
1105
|
+
"active": 0,
|
1106
|
+
"optionString": "'except-parens'"
|
1107
|
+
},
|
1108
|
+
"no-return-await": {
|
1109
|
+
"active": 0,
|
1110
|
+
"optionString": ""
|
1111
|
+
},
|
1112
|
+
"no-script-url": {
|
1113
|
+
"active": 0,
|
1114
|
+
"optionString": ""
|
1115
|
+
},
|
1116
|
+
"no-self-assign": {
|
1117
|
+
"active": 1,
|
1118
|
+
"optionString": "{'props': false}"
|
1119
|
+
},
|
1120
|
+
"no-self-compare": {
|
1121
|
+
"active": 0,
|
1122
|
+
"optionString": ""
|
1123
|
+
},
|
1124
|
+
"no-sequences": {
|
1125
|
+
"active": 0,
|
1126
|
+
"optionString": ""
|
1127
|
+
},
|
1128
|
+
"no-shadow": {
|
1129
|
+
"active": 0,
|
1130
|
+
"optionString": "{'builtinGlobals': false, 'hoist': 'functions', 'allow': []}"
|
1131
|
+
},
|
1132
|
+
"no-shadow-restricted-names": {
|
1133
|
+
"active": 0,
|
1134
|
+
"optionString": ""
|
1135
|
+
},
|
1136
|
+
"no-sparse-arrays": {
|
1137
|
+
"active": 1,
|
1138
|
+
"optionString": ""
|
1139
|
+
},
|
1140
|
+
"no-sync": {
|
1141
|
+
"active": 0,
|
1142
|
+
"optionString": "{'allowAtRootLevel': false}"
|
1143
|
+
},
|
1144
|
+
"no-tabs": {
|
1145
|
+
"active": 0,
|
1146
|
+
"optionString": ""
|
1147
|
+
},
|
1148
|
+
"no-template-curly-in-string": {
|
1149
|
+
"active": 0,
|
1150
|
+
"optionString": ""
|
1151
|
+
},
|
1152
|
+
"no-ternary": {
|
1153
|
+
"active": 0,
|
1154
|
+
"optionString": ""
|
1155
|
+
},
|
1156
|
+
"no-this-before-super": {
|
1157
|
+
"active": 1,
|
1158
|
+
"optionString": ""
|
1159
|
+
},
|
1160
|
+
"no-throw-literal": {
|
1161
|
+
"active": 0,
|
1162
|
+
"optionString": ""
|
1163
|
+
},
|
1164
|
+
"no-trailing-spaces": {
|
1165
|
+
"active": 0,
|
1166
|
+
"optionString": "{'skipBlankLines': false, 'ignoreComments': false}"
|
1167
|
+
},
|
1168
|
+
"no-undef": {
|
1169
|
+
"active": 1,
|
1170
|
+
"optionString": "{'typeof': false}"
|
1171
|
+
},
|
1172
|
+
"no-undef-init": {
|
1173
|
+
"active": 0,
|
1174
|
+
"optionString": ""
|
1175
|
+
},
|
1176
|
+
"no-undefined": {
|
1177
|
+
"active": 0,
|
1178
|
+
"optionString": ""
|
1179
|
+
},
|
1180
|
+
"no-underscore-dangle": {
|
1181
|
+
"active": 0,
|
1182
|
+
"optionString": "{'allow': [], 'allowAfterThis': false, 'allowAfterSuper': false, 'enforceInMethodNames': false}"
|
1183
|
+
},
|
1184
|
+
"no-unexpected-multiline": {
|
1185
|
+
"active": 1,
|
1186
|
+
"optionString": ""
|
1187
|
+
},
|
1188
|
+
"no-unmodified-loop-condition": {
|
1189
|
+
"active": 0,
|
1190
|
+
"optionString": ""
|
1191
|
+
},
|
1192
|
+
"no-unneeded-ternary": {
|
1193
|
+
"active": 0,
|
1194
|
+
"optionString": "{'defaultAssignment': true}"
|
1195
|
+
},
|
1196
|
+
"no-unreachable": {
|
1197
|
+
"active": 1,
|
1198
|
+
"optionString": ""
|
1199
|
+
},
|
1200
|
+
"no-unsafe-finally": {
|
1201
|
+
"active": 1,
|
1202
|
+
"optionString": ""
|
1203
|
+
},
|
1204
|
+
"no-unsafe-negation": {
|
1205
|
+
"active": 1,
|
1206
|
+
"optionString": ""
|
1207
|
+
},
|
1208
|
+
"no-unused-expressions": {
|
1209
|
+
"active": 0,
|
1210
|
+
"optionString": "{'allowShortCircuit': false, 'allowTernary': false, 'allowTaggedTemplates': false}"
|
1211
|
+
},
|
1212
|
+
"no-unused-labels": {
|
1213
|
+
"active": 1,
|
1214
|
+
"optionString": ""
|
1215
|
+
},
|
1216
|
+
"no-unused-vars": {
|
1217
|
+
"active": 1,
|
1218
|
+
"optionString": "{'vars': 'all', 'args': 'after-used', 'caughtErrors': 'none', 'ignoreRestSiblings': false}"
|
1219
|
+
},
|
1220
|
+
"no-use-before-define": {
|
1221
|
+
"active": 0,
|
1222
|
+
"optionString": "{'functions': true, 'classes': true, 'variables': true}"
|
1223
|
+
},
|
1224
|
+
"no-useless-call": {
|
1225
|
+
"active": 0,
|
1226
|
+
"optionString": ""
|
1227
|
+
},
|
1228
|
+
"no-useless-computed-key": {
|
1229
|
+
"active": 0,
|
1230
|
+
"optionString": ""
|
1231
|
+
},
|
1232
|
+
"no-useless-concat": {
|
1233
|
+
"active": 0,
|
1234
|
+
"optionString": ""
|
1235
|
+
},
|
1236
|
+
"no-useless-constructor": {
|
1237
|
+
"active": 0,
|
1238
|
+
"optionString": ""
|
1239
|
+
},
|
1240
|
+
"no-useless-escape": {
|
1241
|
+
"active": 0,
|
1242
|
+
"optionString": ""
|
1243
|
+
},
|
1244
|
+
"no-useless-rename": {
|
1245
|
+
"active": 0,
|
1246
|
+
"optionString": "{'ignoreDestructuring': false, 'ignoreImport': false, 'ignoreExport': false}"
|
1247
|
+
},
|
1248
|
+
"no-useless-return": {
|
1249
|
+
"active": 0,
|
1250
|
+
"optionString": ""
|
1251
|
+
},
|
1252
|
+
"no-var": {
|
1253
|
+
"active": 0,
|
1254
|
+
"optionString": ""
|
1255
|
+
},
|
1256
|
+
"no-void": {
|
1257
|
+
"active": 0,
|
1258
|
+
"optionString": ""
|
1259
|
+
},
|
1260
|
+
"no-warning-comments": {
|
1261
|
+
"active": 0,
|
1262
|
+
"optionString": "{'terms': ['todo', 'fixme', 'xxx'], 'location': 'start'}"
|
1263
|
+
},
|
1264
|
+
"no-whitespace-before-property": {
|
1265
|
+
"active": 0,
|
1266
|
+
"optionString": ""
|
1267
|
+
},
|
1268
|
+
"no-with": {
|
1269
|
+
"active": 0,
|
1270
|
+
"optionString": ""
|
1271
|
+
},
|
1272
|
+
"nonblock-statement-body-position": {
|
1273
|
+
"active": 0,
|
1274
|
+
"optionString": "'beside'"
|
1275
|
+
},
|
1276
|
+
"object-curly-newline": {
|
1277
|
+
"active": 0,
|
1278
|
+
"optionString": "{'ObjectExpression': {'multiline': true}, 'ObjectPattern': {'multiline': true}}"
|
1279
|
+
},
|
1280
|
+
"object-curly-spacing": {
|
1281
|
+
"active": 0,
|
1282
|
+
"optionString": "'never'"
|
1283
|
+
},
|
1284
|
+
"object-property-newline": {
|
1285
|
+
"active": 0,
|
1286
|
+
"optionString": "{'allowAllPropertiesOnSameLine': true}"
|
1287
|
+
},
|
1288
|
+
"object-shorthand": {
|
1289
|
+
"active": 0,
|
1290
|
+
"optionString": "'always', {'avoidQuotes': false, 'ignoreConstructors': false}"
|
1291
|
+
},
|
1292
|
+
"one-var": {
|
1293
|
+
"active": 0,
|
1294
|
+
"optionString": "'always'"
|
1295
|
+
},
|
1296
|
+
"one-var-declaration-per-line": {
|
1297
|
+
"active": 0,
|
1298
|
+
"optionString": "'always'"
|
1299
|
+
},
|
1300
|
+
"operator-assignment": {
|
1301
|
+
"active": 0,
|
1302
|
+
"optionString": "'always'"
|
1303
|
+
},
|
1304
|
+
"operator-linebreak": {
|
1305
|
+
"active": 0,
|
1306
|
+
"optionString": "'after', {'overrides': {'?': 'after', '+=': 'none'}}"
|
1307
|
+
},
|
1308
|
+
"padded-blocks": {
|
1309
|
+
"active": 0,
|
1310
|
+
"optionString": "{'blocks': 'always', 'switches': 'always', 'classes': 'always'}"
|
1311
|
+
},
|
1312
|
+
"padding-line-between-statements": {
|
1313
|
+
"active": 0,
|
1314
|
+
"optionString": "{blankLine: 'always', prev:'*', next:'return'}"
|
1315
|
+
},
|
1316
|
+
"prefer-arrow-callback": {
|
1317
|
+
"active": 0,
|
1318
|
+
"optionString": ""
|
1319
|
+
},
|
1320
|
+
"prefer-const": {
|
1321
|
+
"active": 0,
|
1322
|
+
"optionString": "{'destructuring': 'any', 'ignoreReadBeforeAssign': false}"
|
1323
|
+
},
|
1324
|
+
"prefer-destructuring": {
|
1325
|
+
"active": 0,
|
1326
|
+
"optionString": "{'array': true, 'object': true}, {'enforceForRenamedProperties': false}"
|
1327
|
+
},
|
1328
|
+
"prefer-numeric-literals": {
|
1329
|
+
"active": 0,
|
1330
|
+
"optionString": ""
|
1331
|
+
},
|
1332
|
+
"prefer-promise-reject-errors": {
|
1333
|
+
"active": 0,
|
1334
|
+
"optionString": "{'allowEmptyReject': false}"
|
1335
|
+
},
|
1336
|
+
"prefer-rest-params": {
|
1337
|
+
"active": 0,
|
1338
|
+
"optionString": ""
|
1339
|
+
},
|
1340
|
+
"prefer-spread": {
|
1341
|
+
"active": 0,
|
1342
|
+
"optionString": ""
|
1343
|
+
},
|
1344
|
+
"prefer-template": {
|
1345
|
+
"active": 0,
|
1346
|
+
"optionString": ""
|
1347
|
+
},
|
1348
|
+
"quote-props": {
|
1349
|
+
"active": 0,
|
1350
|
+
"optionString": "'always'"
|
1351
|
+
},
|
1352
|
+
"quotes": {
|
1353
|
+
"active": 0,
|
1354
|
+
"optionString": "'double', {'avoidEscape': true, 'allowTemplateLiterals': true}"
|
1355
|
+
},
|
1356
|
+
"radix": {
|
1357
|
+
"active": 0,
|
1358
|
+
"optionString": "'always'"
|
1359
|
+
},
|
1360
|
+
"require-await": {
|
1361
|
+
"active": 0,
|
1362
|
+
"optionString": ""
|
1363
|
+
},
|
1364
|
+
"require-jsdoc": {
|
1365
|
+
"active": 0,
|
1366
|
+
"optionString": "{'require': {'FunctionDeclaration': true, 'MethodDefinition': false, 'ClassDeclaration': false, 'ArrowFunctionExpression': false}}"
|
1367
|
+
},
|
1368
|
+
"require-yield": {
|
1369
|
+
"active": 1,
|
1370
|
+
"optionString": ""
|
1371
|
+
},
|
1372
|
+
"rest-spread-spacing": {
|
1373
|
+
"active": 0,
|
1374
|
+
"optionString": "'never'"
|
1375
|
+
},
|
1376
|
+
"semi": {
|
1377
|
+
"active": 0,
|
1378
|
+
"optionString": "'always', {'omitLastInOneLineBlock': false}"
|
1379
|
+
},
|
1380
|
+
"semi-spacing": {
|
1381
|
+
"active": 0,
|
1382
|
+
"optionString": "{'before': false, 'after': true}"
|
1383
|
+
},
|
1384
|
+
"semi-style": {
|
1385
|
+
"active": 0,
|
1386
|
+
"optionString": "'last'"
|
1387
|
+
},
|
1388
|
+
"sort-imports": {
|
1389
|
+
"active": 0,
|
1390
|
+
"optionString": "{'ignoreCase': false, 'ignoreMemberSort': true, 'memberSyntaxSortOrder': ['none', 'all', 'multiple', 'single']}"
|
1391
|
+
},
|
1392
|
+
"sort-keys": {
|
1393
|
+
"active": 0,
|
1394
|
+
"optionString": "'asc', {'caseSensitive': true, 'natural': false}"
|
1395
|
+
},
|
1396
|
+
"sort-vars": {
|
1397
|
+
"active": 0,
|
1398
|
+
"optionString": "{'ignoreCase': false}"
|
1399
|
+
},
|
1400
|
+
"space-before-blocks": {
|
1401
|
+
"active": 0,
|
1402
|
+
"optionString": "{'functions': 'always', 'keywords': 'always', 'classes': 'always'}"
|
1403
|
+
},
|
1404
|
+
"space-before-function-paren": {
|
1405
|
+
"active": 0,
|
1406
|
+
"optionString": "{'anonymous': 'always', 'named': 'never'}"
|
1407
|
+
},
|
1408
|
+
"space-in-parens": {
|
1409
|
+
"active": 0,
|
1410
|
+
"optionString": "'never', {'exceptions': []}"
|
1411
|
+
},
|
1412
|
+
"space-infix-ops": {
|
1413
|
+
"active": 0,
|
1414
|
+
"optionString": "{'int32Hint': false}"
|
1415
|
+
},
|
1416
|
+
"space-unary-ops": {
|
1417
|
+
"active": 0,
|
1418
|
+
"optionString": "{'words': true, 'nonwords': false, 'overrides': {}}"
|
1419
|
+
},
|
1420
|
+
"spaced-comment": {
|
1421
|
+
"active": 0,
|
1422
|
+
"optionString": "'always', {'line': {'markers': ['\/'], 'exceptions': ['-', '+']}, 'block': {'markers': ['!'], 'exceptions': ['*'], 'balanced': false}}"
|
1423
|
+
},
|
1424
|
+
"strict": {
|
1425
|
+
"active": 0,
|
1426
|
+
"optionString": "'safe'"
|
1427
|
+
},
|
1428
|
+
"switch-colon-spacing": {
|
1429
|
+
"active": 0,
|
1430
|
+
"optionString": "{'after': true, 'before': false}"
|
1431
|
+
},
|
1432
|
+
"symbol-description": {
|
1433
|
+
"active": 0,
|
1434
|
+
"optionString": ""
|
1435
|
+
},
|
1436
|
+
"template-curly-spacing": {
|
1437
|
+
"active": 0,
|
1438
|
+
"optionString": "'never'"
|
1439
|
+
},
|
1440
|
+
"template-tag-spacing": {
|
1441
|
+
"active": 0,
|
1442
|
+
"optionString": "'never'"
|
1443
|
+
},
|
1444
|
+
"unicode-bom": {
|
1445
|
+
"active": 0,
|
1446
|
+
"optionString": "'never'"
|
1447
|
+
},
|
1448
|
+
"use-isnan": {
|
1449
|
+
"active": 1,
|
1450
|
+
"optionString": ""
|
1451
|
+
},
|
1452
|
+
"valid-jsdoc": {
|
1453
|
+
"active": 0,
|
1454
|
+
"optionString": "{'prefer': {'return': 'returns'}, 'requireReturn': true, 'requireReturnDescription': true, 'requireReturnType': true, 'requireParamDescription': true}"
|
1455
|
+
},
|
1456
|
+
"valid-typeof": {
|
1457
|
+
"active": 1,
|
1458
|
+
"optionString": "{'requireStringLiterals': true}"
|
1459
|
+
},
|
1460
|
+
"vars-on-top": {
|
1461
|
+
"active": 0,
|
1462
|
+
"optionString": ""
|
1463
|
+
},
|
1464
|
+
"wrap-iife": {
|
1465
|
+
"active": 0,
|
1466
|
+
"optionString": "'outside'"
|
1467
|
+
},
|
1468
|
+
"wrap-regex": {
|
1469
|
+
"active": 0,
|
1470
|
+
"optionString": ""
|
1471
|
+
},
|
1472
|
+
"yield-star-spacing": {
|
1473
|
+
"active": 0,
|
1474
|
+
"optionString": "{'before': false, 'after': true}"
|
1475
|
+
},
|
1476
|
+
"yoda": {
|
1477
|
+
"active": 0,
|
1478
|
+
"optionString": "'never', {'exceptRange': false, 'onlyEquality': false}"
|
1479
|
+
}
|
1480
|
+
},
|
1481
|
+
"esLintSourceType": 0,
|
1482
|
+
"externalServerAddress": "http:\/\/localhost:8888",
|
1483
|
+
"gitIgnoreBuildFolder": 1,
|
1484
|
+
"hideConfigFile": 0,
|
1485
|
+
"jsCheckerReservedNamesString": "",
|
1486
|
+
"jsHintFlags2": {
|
1487
|
+
"asi": {
|
1488
|
+
"active": 0,
|
1489
|
+
"flagValue": -1
|
1490
|
+
},
|
1491
|
+
"bitwise": {
|
1492
|
+
"active": 1,
|
1493
|
+
"flagValue": -1
|
1494
|
+
},
|
1495
|
+
"boss": {
|
1496
|
+
"active": 0,
|
1497
|
+
"flagValue": -1
|
1498
|
+
},
|
1499
|
+
"browser": {
|
1500
|
+
"active": 1,
|
1501
|
+
"flagValue": -1
|
1502
|
+
},
|
1503
|
+
"browserify": {
|
1504
|
+
"active": 0,
|
1505
|
+
"flagValue": -1
|
1506
|
+
},
|
1507
|
+
"camelcase": {
|
1508
|
+
"active": 0,
|
1509
|
+
"flagValue": -1
|
1510
|
+
},
|
1511
|
+
"couch": {
|
1512
|
+
"active": 0,
|
1513
|
+
"flagValue": -1
|
1514
|
+
},
|
1515
|
+
"curly": {
|
1516
|
+
"active": 1,
|
1517
|
+
"flagValue": -1
|
1518
|
+
},
|
1519
|
+
"debug": {
|
1520
|
+
"active": 0,
|
1521
|
+
"flagValue": -1
|
1522
|
+
},
|
1523
|
+
"devel": {
|
1524
|
+
"active": 0,
|
1525
|
+
"flagValue": -1
|
1526
|
+
},
|
1527
|
+
"dojo": {
|
1528
|
+
"active": 0,
|
1529
|
+
"flagValue": -1
|
1530
|
+
},
|
1531
|
+
"elision": {
|
1532
|
+
"active": 1,
|
1533
|
+
"flagValue": -1
|
1534
|
+
},
|
1535
|
+
"eqeqeq": {
|
1536
|
+
"active": 1,
|
1537
|
+
"flagValue": -1
|
1538
|
+
},
|
1539
|
+
"eqnull": {
|
1540
|
+
"active": 0,
|
1541
|
+
"flagValue": -1
|
1542
|
+
},
|
1543
|
+
"es3": {
|
1544
|
+
"active": 0,
|
1545
|
+
"flagValue": -1
|
1546
|
+
},
|
1547
|
+
"esnext": {
|
1548
|
+
"active": 0,
|
1549
|
+
"flagValue": -1
|
1550
|
+
},
|
1551
|
+
"evil": {
|
1552
|
+
"active": 0,
|
1553
|
+
"flagValue": -1
|
1554
|
+
},
|
1555
|
+
"expr": {
|
1556
|
+
"active": 0,
|
1557
|
+
"flagValue": -1
|
1558
|
+
},
|
1559
|
+
"forin": {
|
1560
|
+
"active": 0,
|
1561
|
+
"flagValue": -1
|
1562
|
+
},
|
1563
|
+
"freeze": {
|
1564
|
+
"active": 1,
|
1565
|
+
"flagValue": -1
|
1566
|
+
},
|
1567
|
+
"funcscope": {
|
1568
|
+
"active": 0,
|
1569
|
+
"flagValue": -1
|
1570
|
+
},
|
1571
|
+
"futurehostile": {
|
1572
|
+
"active": 0,
|
1573
|
+
"flagValue": -1
|
1574
|
+
},
|
1575
|
+
"globalstrict": {
|
1576
|
+
"active": 0,
|
1577
|
+
"flagValue": -1
|
1578
|
+
},
|
1579
|
+
"immed": {
|
1580
|
+
"active": 0,
|
1581
|
+
"flagValue": -1
|
1582
|
+
},
|
1583
|
+
"indent": {
|
1584
|
+
"active": 0,
|
1585
|
+
"flagValue": 4
|
1586
|
+
},
|
1587
|
+
"iterator": {
|
1588
|
+
"active": 0,
|
1589
|
+
"flagValue": -1
|
1590
|
+
},
|
1591
|
+
"jasmine": {
|
1592
|
+
"active": 0,
|
1593
|
+
"flagValue": -1
|
1594
|
+
},
|
1595
|
+
"jquery": {
|
1596
|
+
"active": 1,
|
1597
|
+
"flagValue": -1
|
1598
|
+
},
|
1599
|
+
"lastsemic": {
|
1600
|
+
"active": 0,
|
1601
|
+
"flagValue": -1
|
1602
|
+
},
|
1603
|
+
"latedef": {
|
1604
|
+
"active": 1,
|
1605
|
+
"flagValue": -1
|
1606
|
+
},
|
1607
|
+
"laxbreak": {
|
1608
|
+
"active": 0,
|
1609
|
+
"flagValue": -1
|
1610
|
+
},
|
1611
|
+
"laxcomma": {
|
1612
|
+
"active": 0,
|
1613
|
+
"flagValue": -1
|
1614
|
+
},
|
1615
|
+
"loopfunc": {
|
1616
|
+
"active": 0,
|
1617
|
+
"flagValue": -1
|
1618
|
+
},
|
1619
|
+
"maxcomplexity": {
|
1620
|
+
"active": 0,
|
1621
|
+
"flagValue": 10
|
1622
|
+
},
|
1623
|
+
"maxdepth": {
|
1624
|
+
"active": 0,
|
1625
|
+
"flagValue": 3
|
1626
|
+
},
|
1627
|
+
"maxlen": {
|
1628
|
+
"active": 0,
|
1629
|
+
"flagValue": 150
|
1630
|
+
},
|
1631
|
+
"maxparams": {
|
1632
|
+
"active": 0,
|
1633
|
+
"flagValue": 3
|
1634
|
+
},
|
1635
|
+
"maxstatements": {
|
1636
|
+
"active": 0,
|
1637
|
+
"flagValue": 4
|
1638
|
+
},
|
1639
|
+
"mocha": {
|
1640
|
+
"active": 0,
|
1641
|
+
"flagValue": -1
|
1642
|
+
},
|
1643
|
+
"mootools": {
|
1644
|
+
"active": 0,
|
1645
|
+
"flagValue": -1
|
1646
|
+
},
|
1647
|
+
"moz": {
|
1648
|
+
"active": 0,
|
1649
|
+
"flagValue": -1
|
1650
|
+
},
|
1651
|
+
"multistr": {
|
1652
|
+
"active": 0,
|
1653
|
+
"flagValue": -1
|
1654
|
+
},
|
1655
|
+
"newcap": {
|
1656
|
+
"active": 1,
|
1657
|
+
"flagValue": -1
|
1658
|
+
},
|
1659
|
+
"noarg": {
|
1660
|
+
"active": 1,
|
1661
|
+
"flagValue": -1
|
1662
|
+
},
|
1663
|
+
"nocomma": {
|
1664
|
+
"active": 0,
|
1665
|
+
"flagValue": -1
|
1666
|
+
},
|
1667
|
+
"node": {
|
1668
|
+
"active": 0,
|
1669
|
+
"flagValue": -1
|
1670
|
+
},
|
1671
|
+
"noempty": {
|
1672
|
+
"active": 0,
|
1673
|
+
"flagValue": -1
|
1674
|
+
},
|
1675
|
+
"nonbsp": {
|
1676
|
+
"active": 0,
|
1677
|
+
"flagValue": -1
|
1678
|
+
},
|
1679
|
+
"nonew": {
|
1680
|
+
"active": 1,
|
1681
|
+
"flagValue": -1
|
1682
|
+
},
|
1683
|
+
"nonstandard": {
|
1684
|
+
"active": 0,
|
1685
|
+
"flagValue": -1
|
1686
|
+
},
|
1687
|
+
"notypeof": {
|
1688
|
+
"active": 1,
|
1689
|
+
"flagValue": -1
|
1690
|
+
},
|
1691
|
+
"noyield": {
|
1692
|
+
"active": 0,
|
1693
|
+
"flagValue": -1
|
1694
|
+
},
|
1695
|
+
"onecase": {
|
1696
|
+
"active": 0,
|
1697
|
+
"flagValue": -1
|
1698
|
+
},
|
1699
|
+
"phantom": {
|
1700
|
+
"active": 0,
|
1701
|
+
"flagValue": -1
|
1702
|
+
},
|
1703
|
+
"plusplus": {
|
1704
|
+
"active": 0,
|
1705
|
+
"flagValue": -1
|
1706
|
+
},
|
1707
|
+
"proto": {
|
1708
|
+
"active": 0,
|
1709
|
+
"flagValue": -1
|
1710
|
+
},
|
1711
|
+
"prototypejs": {
|
1712
|
+
"active": 0,
|
1713
|
+
"flagValue": -1
|
1714
|
+
},
|
1715
|
+
"qunit": {
|
1716
|
+
"active": 0,
|
1717
|
+
"flagValue": -1
|
1718
|
+
},
|
1719
|
+
"regexp": {
|
1720
|
+
"active": 1,
|
1721
|
+
"flagValue": -1
|
1722
|
+
},
|
1723
|
+
"rhino": {
|
1724
|
+
"active": 0,
|
1725
|
+
"flagValue": -1
|
1726
|
+
},
|
1727
|
+
"scripturl": {
|
1728
|
+
"active": 0,
|
1729
|
+
"flagValue": -1
|
1730
|
+
},
|
1731
|
+
"shadow": {
|
1732
|
+
"active": 0,
|
1733
|
+
"flagValue": -1
|
1734
|
+
},
|
1735
|
+
"shelljs": {
|
1736
|
+
"active": 0,
|
1737
|
+
"flagValue": -1
|
1738
|
+
},
|
1739
|
+
"singleGroups": {
|
1740
|
+
"active": 0,
|
1741
|
+
"flagValue": -1
|
1742
|
+
},
|
1743
|
+
"strict": {
|
1744
|
+
"active": 0,
|
1745
|
+
"flagValue": -1
|
1746
|
+
},
|
1747
|
+
"sub": {
|
1748
|
+
"active": 0,
|
1749
|
+
"flagValue": -1
|
1750
|
+
},
|
1751
|
+
"supernew": {
|
1752
|
+
"active": 0,
|
1753
|
+
"flagValue": -1
|
1754
|
+
},
|
1755
|
+
"typed": {
|
1756
|
+
"active": 0,
|
1757
|
+
"flagValue": -1
|
1758
|
+
},
|
1759
|
+
"undef": {
|
1760
|
+
"active": 1,
|
1761
|
+
"flagValue": -1
|
1762
|
+
},
|
1763
|
+
"unused": {
|
1764
|
+
"active": 1,
|
1765
|
+
"flagValue": -1
|
1766
|
+
},
|
1767
|
+
"varstmt": {
|
1768
|
+
"active": 0,
|
1769
|
+
"flagValue": -1
|
1770
|
+
},
|
1771
|
+
"withstmt": {
|
1772
|
+
"active": 0,
|
1773
|
+
"flagValue": -1
|
1774
|
+
},
|
1775
|
+
"worker": {
|
1776
|
+
"active": 0,
|
1777
|
+
"flagValue": -1
|
1778
|
+
},
|
1779
|
+
"wsh": {
|
1780
|
+
"active": 0,
|
1781
|
+
"flagValue": -1
|
1782
|
+
},
|
1783
|
+
"yui": {
|
1784
|
+
"active": 0,
|
1785
|
+
"flagValue": -1
|
1786
|
+
}
|
1787
|
+
},
|
1788
|
+
"jsLintFlags2": {
|
1789
|
+
"bitwise": {
|
1790
|
+
"active": 0,
|
1791
|
+
"flagValue": -1
|
1792
|
+
},
|
1793
|
+
"browser": {
|
1794
|
+
"active": 1,
|
1795
|
+
"flagValue": -1
|
1796
|
+
},
|
1797
|
+
"couch": {
|
1798
|
+
"active": 0,
|
1799
|
+
"flagValue": -1
|
1800
|
+
},
|
1801
|
+
"devel": {
|
1802
|
+
"active": 0,
|
1803
|
+
"flagValue": -1
|
1804
|
+
},
|
1805
|
+
"es6": {
|
1806
|
+
"active": 0,
|
1807
|
+
"flagValue": -1
|
1808
|
+
},
|
1809
|
+
"eval": {
|
1810
|
+
"active": 0,
|
1811
|
+
"flagValue": -1
|
1812
|
+
},
|
1813
|
+
"for": {
|
1814
|
+
"active": 0,
|
1815
|
+
"flagValue": -1
|
1816
|
+
},
|
1817
|
+
"maxlen": {
|
1818
|
+
"active": 0,
|
1819
|
+
"flagValue": 150
|
1820
|
+
},
|
1821
|
+
"node": {
|
1822
|
+
"active": 0,
|
1823
|
+
"flagValue": -1
|
1824
|
+
},
|
1825
|
+
"this": {
|
1826
|
+
"active": 0,
|
1827
|
+
"flagValue": -1
|
1828
|
+
},
|
1829
|
+
"white": {
|
1830
|
+
"active": 0,
|
1831
|
+
"flagValue": -1
|
1832
|
+
}
|
1833
|
+
},
|
1834
|
+
"languageDefaultsCOFFEE": {
|
1835
|
+
"autoOutputAction": 0,
|
1836
|
+
"autoOutputPathFilenamePattern": "*.js",
|
1837
|
+
"autoOutputPathRelativePath": "",
|
1838
|
+
"autoOutputPathReplace1": "",
|
1839
|
+
"autoOutputPathReplace2": "",
|
1840
|
+
"autoOutputPathStyle": 0,
|
1841
|
+
"createSourceMap": 0,
|
1842
|
+
"minifyOutput": 1,
|
1843
|
+
"outputStyle": 0,
|
1844
|
+
"syntaxCheckerStyle": 1,
|
1845
|
+
"transpilerStyle": 1
|
1846
|
+
},
|
1847
|
+
"languageDefaultsCSS": {
|
1848
|
+
"autoOutputAction": 0,
|
1849
|
+
"autoOutputPathFilenamePattern": "*-min.css",
|
1850
|
+
"autoOutputPathRelativePath": "",
|
1851
|
+
"autoOutputPathReplace1": "",
|
1852
|
+
"autoOutputPathReplace2": "",
|
1853
|
+
"autoOutputPathStyle": 0,
|
1854
|
+
"createSourceMap": 0,
|
1855
|
+
"outputStyle": 3,
|
1856
|
+
"shouldRunAutoprefixer": 1,
|
1857
|
+
"shouldRunBless": 0
|
1858
|
+
},
|
1859
|
+
"languageDefaultsGIF": {
|
1860
|
+
"autoOutputAction": 0,
|
1861
|
+
"autoOutputPathFilenamePattern": "*.gif",
|
1862
|
+
"autoOutputPathRelativePath": "",
|
1863
|
+
"autoOutputPathReplace1": "",
|
1864
|
+
"autoOutputPathReplace2": "",
|
1865
|
+
"autoOutputPathStyle": 0
|
1866
|
+
},
|
1867
|
+
"languageDefaultsHAML": {
|
1868
|
+
"autoOutputAction": 0,
|
1869
|
+
"autoOutputPathFilenamePattern": "*.html",
|
1870
|
+
"autoOutputPathRelativePath": "",
|
1871
|
+
"autoOutputPathReplace1": "",
|
1872
|
+
"autoOutputPathReplace2": "",
|
1873
|
+
"autoOutputPathStyle": 0,
|
1874
|
+
"escapeHTMLCharacters": 0,
|
1875
|
+
"noEscapeInAttributes": 0,
|
1876
|
+
"outputFormat": 2,
|
1877
|
+
"outputStyle": 0,
|
1878
|
+
"shouldRunCacheBuster": 0,
|
1879
|
+
"useCDATA": 0,
|
1880
|
+
"useDoubleQuotes": 0,
|
1881
|
+
"useUnixNewlines": 0
|
1882
|
+
},
|
1883
|
+
"languageDefaultsJPG": {
|
1884
|
+
"autoOutputAction": 0,
|
1885
|
+
"autoOutputPathFilenamePattern": "*.jpg",
|
1886
|
+
"autoOutputPathRelativePath": "",
|
1887
|
+
"autoOutputPathReplace1": "",
|
1888
|
+
"autoOutputPathReplace2": "",
|
1889
|
+
"autoOutputPathStyle": 0,
|
1890
|
+
"outputFormat": 0,
|
1891
|
+
"quality": 100
|
1892
|
+
},
|
1893
|
+
"languageDefaultsJS": {
|
1894
|
+
"autoOutputAction": 0,
|
1895
|
+
"autoOutputPathFilenamePattern": "*-min.js",
|
1896
|
+
"autoOutputPathRelativePath": "\/min",
|
1897
|
+
"autoOutputPathReplace1": "",
|
1898
|
+
"autoOutputPathReplace2": "",
|
1899
|
+
"autoOutputPathStyle": 0,
|
1900
|
+
"createSourceMap": 0,
|
1901
|
+
"minifyOutput": 1,
|
1902
|
+
"syntaxCheckerStyle": 3,
|
1903
|
+
"transpilerStyle": 0
|
1904
|
+
},
|
1905
|
+
"languageDefaultsJSON": {
|
1906
|
+
"autoOutputAction": 1,
|
1907
|
+
"autoOutputPathFilenamePattern": "*-min.json",
|
1908
|
+
"autoOutputPathRelativePath": "",
|
1909
|
+
"autoOutputPathReplace1": "",
|
1910
|
+
"autoOutputPathReplace2": "",
|
1911
|
+
"autoOutputPathStyle": 0,
|
1912
|
+
"orderOutput": 0,
|
1913
|
+
"outputStyle": 1
|
1914
|
+
},
|
1915
|
+
"languageDefaultsKIT": {
|
1916
|
+
"autoOutputAction": 0,
|
1917
|
+
"autoOutputPathFilenamePattern": "*.html",
|
1918
|
+
"autoOutputPathRelativePath": "",
|
1919
|
+
"autoOutputPathReplace1": "kit",
|
1920
|
+
"autoOutputPathReplace2": "html",
|
1921
|
+
"autoOutputPathStyle": 0,
|
1922
|
+
"shouldRunCacheBuster": 0
|
1923
|
+
},
|
1924
|
+
"languageDefaultsLESS": {
|
1925
|
+
"allowInsecureImports": 0,
|
1926
|
+
"autoOutputAction": 0,
|
1927
|
+
"autoOutputPathFilenamePattern": "*.css",
|
1928
|
+
"autoOutputPathRelativePath": "..\/css",
|
1929
|
+
"autoOutputPathReplace1": "less",
|
1930
|
+
"autoOutputPathReplace2": "css",
|
1931
|
+
"autoOutputPathStyle": 0,
|
1932
|
+
"createSourceMap": 1,
|
1933
|
+
"disableJavascript": 0,
|
1934
|
+
"ieCompatibility": 1,
|
1935
|
+
"outputStyle": 0,
|
1936
|
+
"relativeURLS": 0,
|
1937
|
+
"shouldRunAutoprefixer": 0,
|
1938
|
+
"shouldRunBless": 0,
|
1939
|
+
"strictImports": 0,
|
1940
|
+
"strictMath": 0,
|
1941
|
+
"strictUnits": 0
|
1942
|
+
},
|
1943
|
+
"languageDefaultsMARKDOWN": {
|
1944
|
+
"autoOutputAction": 0,
|
1945
|
+
"autoOutputPathFilenamePattern": "*.html",
|
1946
|
+
"autoOutputPathRelativePath": "",
|
1947
|
+
"autoOutputPathReplace1": "",
|
1948
|
+
"autoOutputPathReplace2": "",
|
1949
|
+
"autoOutputPathStyle": 0,
|
1950
|
+
"criticStyle": 0,
|
1951
|
+
"enableFootnotes": 1,
|
1952
|
+
"enableLabels": 1,
|
1953
|
+
"enableSmartQuotes": 1,
|
1954
|
+
"maskEmailAddresses": 1,
|
1955
|
+
"outputFormat": 0,
|
1956
|
+
"outputStyle": 0,
|
1957
|
+
"parseMetadata": 1,
|
1958
|
+
"processHTML": 0,
|
1959
|
+
"randomFootnoteNumbers": 0,
|
1960
|
+
"shouldRunCacheBuster": 0,
|
1961
|
+
"useCompatibilityMode": 0
|
1962
|
+
},
|
1963
|
+
"languageDefaultsOTHER": {
|
1964
|
+
"autoOutputAction": 0,
|
1965
|
+
"autoOutputPathFilenamePattern": "*.*",
|
1966
|
+
"autoOutputPathRelativePath": "",
|
1967
|
+
"autoOutputPathReplace1": "",
|
1968
|
+
"autoOutputPathReplace2": "",
|
1969
|
+
"autoOutputPathStyle": 0,
|
1970
|
+
"shouldRunCacheBuster": 0
|
1971
|
+
},
|
1972
|
+
"languageDefaultsPNG": {
|
1973
|
+
"autoOutputAction": 0,
|
1974
|
+
"autoOutputPathFilenamePattern": "*.png",
|
1975
|
+
"autoOutputPathRelativePath": "",
|
1976
|
+
"autoOutputPathReplace1": "",
|
1977
|
+
"autoOutputPathReplace2": "",
|
1978
|
+
"autoOutputPathStyle": 0,
|
1979
|
+
"optimizerType": 1,
|
1980
|
+
"quality": 100
|
1981
|
+
},
|
1982
|
+
"languageDefaultsPUG": {
|
1983
|
+
"autoOutputAction": 0,
|
1984
|
+
"autoOutputPathFilenamePattern": "*.html",
|
1985
|
+
"autoOutputPathRelativePath": "",
|
1986
|
+
"autoOutputPathReplace1": "",
|
1987
|
+
"autoOutputPathReplace2": "",
|
1988
|
+
"autoOutputPathStyle": 0,
|
1989
|
+
"compileDebug": 1,
|
1990
|
+
"outputStyle": 0,
|
1991
|
+
"shouldRunCacheBuster": 0
|
1992
|
+
},
|
1993
|
+
"languageDefaultsSASS": {
|
1994
|
+
"autoOutputAction": 0,
|
1995
|
+
"autoOutputPathFilenamePattern": "*.css",
|
1996
|
+
"autoOutputPathRelativePath": "..\/css",
|
1997
|
+
"autoOutputPathReplace1": "sass",
|
1998
|
+
"autoOutputPathReplace2": "css",
|
1999
|
+
"autoOutputPathStyle": 0,
|
2000
|
+
"createSourceMap": 0,
|
2001
|
+
"debugStyle": 0,
|
2002
|
+
"decimalPrecision": 10,
|
2003
|
+
"outputStyle": 0,
|
2004
|
+
"shouldRunAutoprefixer": 0,
|
2005
|
+
"shouldRunBless": 0,
|
2006
|
+
"useLibsass": 1
|
2007
|
+
},
|
2008
|
+
"languageDefaultsSLIM": {
|
2009
|
+
"autoOutputAction": 0,
|
2010
|
+
"autoOutputPathFilenamePattern": "*.html",
|
2011
|
+
"autoOutputPathRelativePath": "",
|
2012
|
+
"autoOutputPathReplace1": "",
|
2013
|
+
"autoOutputPathReplace2": "",
|
2014
|
+
"autoOutputPathStyle": 0,
|
2015
|
+
"compileOnly": 0,
|
2016
|
+
"logicless": 0,
|
2017
|
+
"outputFormat": 0,
|
2018
|
+
"outputStyle": 1,
|
2019
|
+
"railsCompatible": 0,
|
2020
|
+
"shouldRunCacheBuster": 0
|
2021
|
+
},
|
2022
|
+
"languageDefaultsSTYLUS": {
|
2023
|
+
"autoOutputAction": 0,
|
2024
|
+
"autoOutputPathFilenamePattern": "*.css",
|
2025
|
+
"autoOutputPathRelativePath": "..\/css",
|
2026
|
+
"autoOutputPathReplace1": "stylus",
|
2027
|
+
"autoOutputPathReplace2": "css",
|
2028
|
+
"autoOutputPathStyle": 0,
|
2029
|
+
"createSourceMap": 0,
|
2030
|
+
"debugStyle": 0,
|
2031
|
+
"importCSS": 0,
|
2032
|
+
"outputStyle": 0,
|
2033
|
+
"resolveRelativeURLS": 0,
|
2034
|
+
"shouldRunAutoprefixer": 0,
|
2035
|
+
"shouldRunBless": 0
|
2036
|
+
},
|
2037
|
+
"languageDefaultsSVG": {
|
2038
|
+
"autoOutputAction": 2,
|
2039
|
+
"autoOutputPathFilenamePattern": "*.svg",
|
2040
|
+
"autoOutputPathRelativePath": "",
|
2041
|
+
"autoOutputPathReplace1": "",
|
2042
|
+
"autoOutputPathReplace2": "",
|
2043
|
+
"autoOutputPathStyle": 0,
|
2044
|
+
"pluginMask": 3758088159
|
2045
|
+
},
|
2046
|
+
"languageDefaultsTS": {
|
2047
|
+
"autoOutputAction": 0,
|
2048
|
+
"autoOutputPathFilenamePattern": "*.js",
|
2049
|
+
"autoOutputPathRelativePath": "\/js",
|
2050
|
+
"autoOutputPathReplace1": "",
|
2051
|
+
"autoOutputPathReplace2": "",
|
2052
|
+
"autoOutputPathStyle": 0,
|
2053
|
+
"createDeclarationFile": 0,
|
2054
|
+
"createSourceMap": 0,
|
2055
|
+
"jsxMode": 0,
|
2056
|
+
"minifyOutput": 0,
|
2057
|
+
"moduleResolutionType": 0,
|
2058
|
+
"moduleType": 2,
|
2059
|
+
"noImplicitAny": 0,
|
2060
|
+
"preserveConstEnums": 0,
|
2061
|
+
"removeComments": 0,
|
2062
|
+
"suppressImplicitAnyIndexErrors": 0,
|
2063
|
+
"targetECMAVersion": 0
|
2064
|
+
},
|
2065
|
+
"languageDefaultsUserDefined": [
|
2066
|
+
],
|
2067
|
+
"overrideExternalServerCSS": 0,
|
2068
|
+
"previewPathAddition": "",
|
2069
|
+
"skippedFoldersString": "log, _logs, logs, _cache, cache, .idea, \/storage\/framework\/sessions, node_modules",
|
2070
|
+
"sourceFolderName": "source",
|
2071
|
+
"susyVersion": 3,
|
2072
|
+
"uglifyDefinesString": "",
|
2073
|
+
"uglifyFlags2": {
|
2074
|
+
"ascii-only": {
|
2075
|
+
"active": 0,
|
2076
|
+
"flagValue": -1
|
2077
|
+
},
|
2078
|
+
"bare-returns": {
|
2079
|
+
"active": 0,
|
2080
|
+
"flagValue": -1
|
2081
|
+
},
|
2082
|
+
"booleans": {
|
2083
|
+
"active": 1,
|
2084
|
+
"flagValue": -1
|
2085
|
+
},
|
2086
|
+
"bracketize": {
|
2087
|
+
"active": 0,
|
2088
|
+
"flagValue": -1
|
2089
|
+
},
|
2090
|
+
"cascade": {
|
2091
|
+
"active": 1,
|
2092
|
+
"flagValue": -1
|
2093
|
+
},
|
2094
|
+
"comments": {
|
2095
|
+
"active": 1,
|
2096
|
+
"flagValue": -1
|
2097
|
+
},
|
2098
|
+
"comparisons": {
|
2099
|
+
"active": 1,
|
2100
|
+
"flagValue": -1
|
2101
|
+
},
|
2102
|
+
"compress": {
|
2103
|
+
"active": 1,
|
2104
|
+
"flagValue": -1
|
2105
|
+
},
|
2106
|
+
"conditionals": {
|
2107
|
+
"active": 1,
|
2108
|
+
"flagValue": -1
|
2109
|
+
},
|
2110
|
+
"dead_code": {
|
2111
|
+
"active": 0,
|
2112
|
+
"flagValue": -1
|
2113
|
+
},
|
2114
|
+
"drop_console": {
|
2115
|
+
"active": 0,
|
2116
|
+
"flagValue": -1
|
2117
|
+
},
|
2118
|
+
"drop_debugger": {
|
2119
|
+
"active": 1,
|
2120
|
+
"flagValue": -1
|
2121
|
+
},
|
2122
|
+
"eval": {
|
2123
|
+
"active": 0,
|
2124
|
+
"flagValue": -1
|
2125
|
+
},
|
2126
|
+
"evaluate": {
|
2127
|
+
"active": 1,
|
2128
|
+
"flagValue": -1
|
2129
|
+
},
|
2130
|
+
"hoist_funs": {
|
2131
|
+
"active": 1,
|
2132
|
+
"flagValue": -1
|
2133
|
+
},
|
2134
|
+
"hoist_vars": {
|
2135
|
+
"active": 0,
|
2136
|
+
"flagValue": -1
|
2137
|
+
},
|
2138
|
+
"if_return": {
|
2139
|
+
"active": 1,
|
2140
|
+
"flagValue": -1
|
2141
|
+
},
|
2142
|
+
"indent-level": {
|
2143
|
+
"active": 0,
|
2144
|
+
"flagValue": 4
|
2145
|
+
},
|
2146
|
+
"indent-start": {
|
2147
|
+
"active": 0,
|
2148
|
+
"flagValue": 0
|
2149
|
+
},
|
2150
|
+
"inline-script": {
|
2151
|
+
"active": 0,
|
2152
|
+
"flagValue": -1
|
2153
|
+
},
|
2154
|
+
"join_vars": {
|
2155
|
+
"active": 1,
|
2156
|
+
"flagValue": -1
|
2157
|
+
},
|
2158
|
+
"keep_fargs": {
|
2159
|
+
"active": 0,
|
2160
|
+
"flagValue": -1
|
2161
|
+
},
|
2162
|
+
"keep_fnames": {
|
2163
|
+
"active": 0,
|
2164
|
+
"flagValue": -1
|
2165
|
+
},
|
2166
|
+
"loops": {
|
2167
|
+
"active": 1,
|
2168
|
+
"flagValue": -1
|
2169
|
+
},
|
2170
|
+
"mangle": {
|
2171
|
+
"active": 1,
|
2172
|
+
"flagValue": -1
|
2173
|
+
},
|
2174
|
+
"max-line-len": {
|
2175
|
+
"active": 1,
|
2176
|
+
"flagValue": 32000
|
2177
|
+
},
|
2178
|
+
"negate_iife": {
|
2179
|
+
"active": 1,
|
2180
|
+
"flagValue": -1
|
2181
|
+
},
|
2182
|
+
"properties": {
|
2183
|
+
"active": 1,
|
2184
|
+
"flagValue": -1
|
2185
|
+
},
|
2186
|
+
"pure_getters": {
|
2187
|
+
"active": 0,
|
2188
|
+
"flagValue": -1
|
2189
|
+
},
|
2190
|
+
"quote-keys": {
|
2191
|
+
"active": 0,
|
2192
|
+
"flagValue": -1
|
2193
|
+
},
|
2194
|
+
"screw-ie8": {
|
2195
|
+
"active": 1,
|
2196
|
+
"flagValue": -1
|
2197
|
+
},
|
2198
|
+
"semicolons": {
|
2199
|
+
"active": 1,
|
2200
|
+
"flagValue": -1
|
2201
|
+
},
|
2202
|
+
"sequences": {
|
2203
|
+
"active": 1,
|
2204
|
+
"flagValue": -1
|
2205
|
+
},
|
2206
|
+
"sort": {
|
2207
|
+
"active": 0,
|
2208
|
+
"flagValue": -1
|
2209
|
+
},
|
2210
|
+
"space-colon": {
|
2211
|
+
"active": 1,
|
2212
|
+
"flagValue": -1
|
2213
|
+
},
|
2214
|
+
"support-ie8": {
|
2215
|
+
"active": 0,
|
2216
|
+
"flagValue": -1
|
2217
|
+
},
|
2218
|
+
"toplevel": {
|
2219
|
+
"active": 0,
|
2220
|
+
"flagValue": -1
|
2221
|
+
},
|
2222
|
+
"unsafe": {
|
2223
|
+
"active": 0,
|
2224
|
+
"flagValue": -1
|
2225
|
+
},
|
2226
|
+
"unused": {
|
2227
|
+
"active": 0,
|
2228
|
+
"flagValue": -1
|
2229
|
+
},
|
2230
|
+
"warnings": {
|
2231
|
+
"active": 0,
|
2232
|
+
"flagValue": -1
|
2233
|
+
},
|
2234
|
+
"width": {
|
2235
|
+
"active": 1,
|
2236
|
+
"flagValue": 80
|
2237
|
+
}
|
2238
|
+
},
|
2239
|
+
"uglifyReservedNamesString": "$",
|
2240
|
+
"websiteRelativeRoot": ""
|
2241
|
+
},
|
2242
|
+
"settingsFileVersion": "3"
|
2243
|
+
}
|