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:
Tobias Lidskog 2018-03-15 23:16:17 +01:00
parent 4710214934
commit 9644f57e80
4 changed files with 3 additions and 8 deletions

View File

@ -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

View File

@ -85,4 +85,4 @@
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
fill: #EAB839;
}
}

View File

@ -19,4 +19,4 @@ h3 CPU
each value, name in browsertime.cpu.events
tr
td #{name}
td #{value}
td #{value}

View File

@ -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