mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 04:42:40 +02:00
Prettify all JavaScript files (#964)
* Prettify all JavaScript files * Make trailingComma all * Delete v2/.prettierignore * Remove v2 Prettier commands in package.json
This commit is contained in:
parent
a1de6dab04
commit
9d4a5d5359
101 changed files with 441 additions and 473 deletions
|
@ -122,7 +122,7 @@ class Site extends React.Component {
|
|||
indexName: '${this.props.config.algolia.indexName}',
|
||||
inputSelector: '#search_input_react',
|
||||
algoliaOptions: ${JSON.stringify(
|
||||
this.props.config.algolia.algoliaOptions
|
||||
this.props.config.algolia.algoliaOptions,
|
||||
)
|
||||
.replace('VERSION', docsVersion)
|
||||
.replace('LANGUAGE', this.props.language)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue