fix: disable linting for webpack generated file

This commit is contained in:
Oliver Eyton-Williams
2021-02-03 10:39:57 +01:00
committed by Mrugesh Mohapatra
parent 3877955797
commit 2c7efe50fd

View File

@ -60,6 +60,8 @@ const TRANSLATABLE_COMMENTS = getTranslatableComments(
path.resolve(__dirname, '..', 'dictionaries')
);
// the config files are created during the build, but not before linting
// eslint-disable-next-line import/no-unresolved
const testEvaluator = require('../../config/client/test-evaluator').filename;
const commentExtractors = {