diff --git a/test/index.js b/test/index.js index 518123f..150b73d 100644 --- a/test/index.js +++ b/test/index.js @@ -12,7 +12,10 @@ const path = require('path'); */ describe('eslint-config-seegno', () => { - const linter = new Linter({ configFile: path.join(__dirname, '..', 'src', 'index.js') }); + const linter = new Linter({ + configFile: path.join(__dirname, '..', 'src', 'index.js'), + ignore: false + }); it('should not generate any violation for correct code', () => { const source = path.join(__dirname, 'fixtures', 'correct.js');