mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-18 19:46:57 +02:00
Run Prettier
This commit is contained in:
parent
a7b5148e06
commit
fbae29b0ff
29 changed files with 1311 additions and 987 deletions
|
@ -9,10 +9,10 @@
|
|||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
require('babel-register') ({
|
||||
require("babel-register")({
|
||||
ignore: false,
|
||||
"presets": ["react"]
|
||||
presets: ["react"]
|
||||
});
|
||||
|
||||
const server = require('./server/server.js');
|
||||
const server = require("./server/server.js");
|
||||
server();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue