Skip to content

Commit

Permalink
Added jsdoc annotations for i18next-parser config type
Browse files Browse the repository at this point in the history
- this helps with using the correct key/values when working on the
  config
  • Loading branch information
daniellockyer committed Feb 27, 2023
1 parent 9e5efff commit 17a48c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ghost/i18n/i18next-parser.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
const {SUPPORTED_LOCALES} = require('./');

/**
* @type {import('i18next-parser').UserConfig}
*/
module.exports = {
locales: SUPPORTED_LOCALES,

Expand Down

0 comments on commit 17a48c7

Please sign in to comment.