mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 06:12:28 +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
|
@ -6,11 +6,11 @@
|
|||
*/
|
||||
|
||||
import fs from 'fs-extra';
|
||||
import Yaml from 'js-yaml';
|
||||
import path from 'path';
|
||||
import logger from '@docusaurus/logger';
|
||||
import Yaml from 'js-yaml';
|
||||
import {findAsyncSequential} from './index';
|
||||
import type {ContentPaths} from './markdownLinks';
|
||||
import logger from '@docusaurus/logger';
|
||||
|
||||
type DataFileParams = {
|
||||
/** Path to the potential data file, relative to `contentPaths` */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue