File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
# This source code is licensed under the BSD-style license found in the
5
5
# LICENSE file in the root directory of this source tree.
6
6
7
- # @lint-ignore-every LICENSELINT
7
+ # @licenselint-loose-mode
8
+
8
9
# Some of the code below is adapted from Soft Rasterizer (SoftRas)
9
10
#
10
11
# Copyright (c) 2017 Hiroharu Kato
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
+ // @licenselint -loose-mode
10
+
9
11
// See https://docusaurus.io/docs/site-config for all the possible
10
12
// site configuration options.
11
13
@@ -52,7 +54,6 @@ const siteConfig = {
52
54
secondaryColor : '#FFAF00' ,
53
55
} ,
54
56
55
- // @lint -ignore-every LICENSELINT
56
57
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
57
58
copyright : `Copyright \u{00A9} ${ new Date ( ) . getFullYear ( ) } Meta Platforms, Inc` ,
58
59
You can’t perform that action at this time.
0 commit comments