Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Apr 29, 2024
1 parent af557f6 commit 2ce4bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formatters/csv-bal.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint camelcase: off */
const {groupBy} = require('lodash')
const languesRegionales = require('@ban-team/shared-data/langues-regionales.json');
const languesRegionales = require('@ban-team/shared-data/langues-regionales.json')
const {harmlessProj} = require('../util/geo.cjs')
const {idsIdentifier} = require('../util/digest-ids-from-bal-uids.cjs')

Expand Down

0 comments on commit 2ce4bce

Please sign in to comment.