Skip to content
Snippets Groups Projects
Commit aa37d275 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

Add disable for import/no-unresolved

parent 65c7ebb1
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ module.exports = function init() { ...@@ -13,7 +13,7 @@ module.exports = function init() {
const defaultConfig = require('./defaults'); const defaultConfig = require('./defaults');
let customConfig = {}; let customConfig = {};
try { try {
customConfig = require('../../config'); customConfig = require('../../config'); // eslint-disable-line import/no-unresolved
} catch (err) { } catch (err) {
// Do nothing // Do nothing
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment