mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
chore: enable import/order rule (#7418)
This commit is contained in:
parent
a4c54aba45
commit
0838884f67
300 changed files with 712 additions and 727 deletions
8
jest/snapshotPathNormalizer.ts
vendored
8
jest/snapshotPathNormalizer.ts
vendored
|
@ -8,13 +8,13 @@
|
|||
// Forked from https://github.com/tribou/jest-serializer-path/blob/master/lib/index.js
|
||||
// Added some project-specific handlers
|
||||
|
||||
import _ from 'lodash';
|
||||
import {escapePath} from '@docusaurus/utils';
|
||||
import stripAnsi from 'strip-ansi';
|
||||
import {version} from '@docusaurus/core/package.json';
|
||||
import os from 'os';
|
||||
import path from 'path';
|
||||
import fs from 'fs';
|
||||
import _ from 'lodash';
|
||||
import {escapePath} from '@docusaurus/utils';
|
||||
import {version} from '@docusaurus/core/package.json';
|
||||
import stripAnsi from 'strip-ansi';
|
||||
|
||||
export function print(
|
||||
val: unknown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue