mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
fix: cleanup typos with typos:off/on comments (#7301)
* fix: cleanup typos with typos:off/on comments * tombi * bump tombi version
This commit is contained in:
@@ -19,6 +19,7 @@ export function expandVariables(
|
||||
}
|
||||
|
||||
export const licensesNotRequiringSource: string[] = [
|
||||
// typos:off
|
||||
'LicenseRef-All-Rights-Reserved',
|
||||
'Apache-2.0',
|
||||
'BSD-2-Clause',
|
||||
@@ -33,6 +34,7 @@ export const licensesNotRequiringSource: string[] = [
|
||||
'ISC',
|
||||
'MIT',
|
||||
'Zlib',
|
||||
// typos:on
|
||||
]
|
||||
|
||||
export const licensesRequiringSource: string[] = [
|
||||
|
||||
Reference in New Issue
Block a user