Skip to content

Commit

Permalink
Make source pass eclint checks again.
Browse files Browse the repository at this point in the history
Remove .editorconfig setting for js files, since formatting is now handled by Prettier. Fix minor whitespaces issues in pug and scss files.
  • Loading branch information
tobli committed Mar 15, 2018
1 parent 4710214 commit 9644f57
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .editorconfig
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/html/src/sass/components/chartistExtras.scss
Expand Up @@ -85,4 +85,4 @@

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
fill: #EAB839;
}
}
2 changes: 1 addition & 1 deletion lib/plugins/html/templates/url/browsertime/cpu.pug
Expand Up @@ -19,4 +19,4 @@ h3 CPU
each value, name in browsertime.cpu.events
tr
td #{name}
td #{value}
td #{value}
2 changes: 1 addition & 1 deletion lib/plugins/html/templates/url/browsertime/index.pug
Expand Up @@ -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

0 comments on commit 9644f57

Please sign in to comment.