diff --git a/index.js b/index.js index 96f00d4..4f398e9 100644 --- a/index.js +++ b/index.js @@ -50,6 +50,6 @@ module.exports = { // deactivating commonjs rules 'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }], 'no-underscore-dangle': 'off', - 'node/no-missing-import': 'off' + 'node/no-missing-import': 'off' } }