Commit e34b0b7b authored by Paul Slaughter's avatar Paul Slaughter

Add comment explaining eslint-disable-next-line

parent 75e090e4
...@@ -4,6 +4,7 @@ const baseConfig = require('./jest.config.base'); ...@@ -4,6 +4,7 @@ const baseConfig = require('./jest.config.base');
// TODO: Remove existsSync once jh has added jest.config.js // TODO: Remove existsSync once jh has added jest.config.js
if (IS_JH && fs.existsSync('./jh/jest.config.js')) { if (IS_JH && fs.existsSync('./jh/jest.config.js')) {
// We can't be explicit with eslint-disable rules because in JH it'll pass import/no-unresolved
// eslint-disable-next-line // eslint-disable-next-line
module.exports = require('./jh/jest.config'); module.exports = require('./jh/jest.config');
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment