Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(v2): fix lint, tweak lqip-loader utils comment #2563

Merged
merged 1 commit into from
Apr 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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