Make source pass eclint checks again.
Remove .editorconfig setting for js files, since formatting is now handled by Prettier. Fix minor whitespaces issues in pug and scss files.
This commit is contained in:
parent
4710214934
commit
9644f57e80
|
|
@ -10,11 +10,6 @@ insert_final_newline = true
|
|||
indent_style = space
|
||||
indent_size = 1
|
||||
|
||||
# JavaScript
|
||||
[*.js]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
# YAML
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
|
|
|
|||
|
|
@ -85,4 +85,4 @@
|
|||
|
||||
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
|
||||
fill: #EAB839;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ h3 CPU
|
|||
each value, name in browsertime.cpu.events
|
||||
tr
|
||||
td #{name}
|
||||
td #{value}
|
||||
td #{value}
|
||||
|
|
|
|||
|
|
@ -129,4 +129,4 @@ else
|
|||
p There are no custom configured scripts.
|
||||
|
||||
if options.browsertime.chrome && options.browsertime.chrome.collectCPUMetrics
|
||||
include ./cpu.pug
|
||||
include ./cpu.pug
|
||||
|
|
|
|||
Loading…
Reference in New Issue