Skip to content

Commit

Permalink
chore(v2): fix lint, tweak lqip-loader utils comment (#2563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Apr 8, 2020
1 parent 97125ad commit 92729af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-1.x/lib/core/DocsSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
const React = require('react');
const fs = require('fs');
const SideNav = require('./nav/SideNav.js');
const Metadata = require('../core/metadata.js');
const Metadata = require('./metadata.js');

const readCategories = require('../server/readCategories.js');

Expand Down
2 changes: 1 addition & 1 deletion packages/lqip-loader/src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import path from 'path';
import Vibrant from 'node-vibrant';

// @ts-ignore
import {toPalette, toBase64, toPropertyString} from '../utils';
import {toPalette, toBase64} from '../utils';
// @ts-ignore
import lqip from '../lqip';

Expand Down
2 changes: 1 addition & 1 deletion packages/lqip-loader/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const sortBy = require('lodash.sortby');
* @description it returns a Base64 image string with required formatting
* to work on the web (<img src=".." /> or in CSS url('..'))
*
* @param extension: image file extension
* @param extMimeType: image mime type string
* @param data: base64 string
* @returns {string}
*/
Expand Down
6 changes: 3 additions & 3 deletions website/docs/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ title: Team

<br/>

![](https://github.com/lex111.png)
![](https://github.com/lex111.png)

[@lex111 on Github](https://github.com/lex111)

### Fanny Vieira

<br/>

![](https://github.com/fanny.png)
![](https://github.com/fanny.png)
[@fanny on Github](https://github.com/fanny) · [@fannyvieiira on Twitter](https://twitter.com/fannyvieiira)

### Joel Marcey
### Joel Marcey

<br/>

Expand Down

0 comments on commit 92729af

Please sign in to comment.