Skip to content

Refactor Special Capitalisations List to separate .json file #18

@bbusschots

Description

@bbusschots

To make the list of custom capitalised words easier to manage they should be refactored into a separate file, ./src/speciallyCapitalisedWords.json.

This file can then be imported into defaults.js with the line:

import speciallyCapitalisedWords from './speciallyCapitalisedWords.json' with { type: 'json' };

Metadata

Metadata

Assignees

Labels

cleanupA refactoring that does not effect the API, but makes the codebase or project easier to mange.

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions