mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
chore(v2): remove prettier from specific projects
This commit is contained in:
parent
7eac4827ad
commit
63851a6f14
11 changed files with 50 additions and 51 deletions
|
@ -10,7 +10,7 @@ const fm = require('front-matter');
|
|||
const escapeStringRegexp = require('escape-string-regexp');
|
||||
const fs = require('fs-extra');
|
||||
|
||||
const genPath = path.resolve(__dirname, '../core/generated');
|
||||
const genPath = path.resolve(__dirname, '../core/__generated__');
|
||||
fs.ensureDirSync(genPath);
|
||||
|
||||
const genCache = new Map();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue