chore(deps): update dependency prettier to v2.3.0 (#42074)
* chore(deps): update dependency prettier to v2.3.0 * chore: apply formating per prettier * fix: correctly disable import/no-unresolved Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Mrugesh Mohapatra <hi@mrugesh.dev> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
const path = require('path');
|
||||
require('dotenv').config({ path: path.resolve(__dirname, '../.env') });
|
||||
|
||||
const {
|
||||
curriculum: curriculumLangs
|
||||
} = require('../config/i18n/all-langs').availableLangs;
|
||||
const { curriculum: curriculumLangs } =
|
||||
require('../config/i18n/all-langs').availableLangs;
|
||||
|
||||
exports.testedLang = function testedLang() {
|
||||
if (process.env.CURRICULUM_LOCALE) {
|
||||
|
Reference in New Issue
Block a user