fix: disable linting for webpack generated file
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
3877955797
commit
2c7efe50fd
@ -60,6 +60,8 @@ const TRANSLATABLE_COMMENTS = getTranslatableComments(
|
|||||||
path.resolve(__dirname, '..', 'dictionaries')
|
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 testEvaluator = require('../../config/client/test-evaluator').filename;
|
||||||
|
|
||||||
const commentExtractors = {
|
const commentExtractors = {
|
||||||
|
Reference in New Issue
Block a user