mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 03:42:34 +02:00
chore(website): enable eslint in website (#5889)
* chore: enable eslint in website * Fixes * prettier users
This commit is contained in:
parent
0aba31de7b
commit
e0127c66be
29 changed files with 272 additions and 163 deletions
|
@ -7,7 +7,8 @@
|
|||
|
||||
import ExecutionEnvironment from '@docusaurus/ExecutionEnvironment';
|
||||
|
||||
export function onRouteUpdate({location}: {location: Location}) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export function onRouteUpdate({location}: {location: Location}): void {
|
||||
// console.log('onRouteUpdate', {location});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue