mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +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,11 +8,11 @@
|
|||
|
||||
// @ts-check
|
||||
|
||||
import path from 'path';
|
||||
import {createRequire} from 'module';
|
||||
import logger from '@docusaurus/logger';
|
||||
import semver from 'semver';
|
||||
import path from 'path';
|
||||
import {program} from 'commander';
|
||||
import {createRequire} from 'module';
|
||||
|
||||
const packageJson = createRequire(import.meta.url)('../package.json');
|
||||
const requiredVersion = packageJson.engines.node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue