mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
0c86241c5b
* webpack poc, this is not going to work for plugins, dam * tech: webpack and systemjs for plugins starting to work * tech: webpack and systemjs combo starting to work * tech: webpack + karma tests progress * tech: webpack + karma progress * tech: working on tests * tech: webpack * tech: webpack + karma, all tests pass * tech: webpack + karma, all tests pass * tech: webpack all tests pass * webpack: getting closer * tech: webpack progress * webpack: further build refinements * webpack: ng annotate fixes * webpack: optimized build fix * tech: minor fix for elasticsearch * tech: webpack + ace editor * tech: restored lodash move mixin compatability * tech: added enzyme react test and upgraded to react v16 * tech: package version fix * tech: added testdata to built in bundle * webpack: sass progress * tech: prod & dev build is working for the sass * tech: clean up unused grunt stuff and moved to scripts folder * tech: added vendor and manifest chunks, updated readme and docs * tech: webpack finishing touches
38 lines
618 B
Plaintext
38 lines
618 B
Plaintext
{
|
|
"browser": true,
|
|
"esversion": 6,
|
|
"bitwise":false,
|
|
"curly": true,
|
|
"eqnull": true,
|
|
"strict": true,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"forin": false,
|
|
"immed": true,
|
|
"supernew": true,
|
|
"expr": true,
|
|
"indent": 2,
|
|
"latedef": false,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"undef": true,
|
|
"boss": true,
|
|
"trailing": true,
|
|
"laxbreak": true,
|
|
"laxcomma": true,
|
|
"sub": true,
|
|
"unused": true,
|
|
"maxdepth": 6,
|
|
"maxlen": 140,
|
|
|
|
"globals": {
|
|
"System": true,
|
|
"Promise": true,
|
|
"define": true,
|
|
"require": true,
|
|
"Chromath": false,
|
|
"setImmediate": true
|
|
}
|
|
}
|