diff --git a/eslint/base.js b/eslint/base.js index 2c4423d..fa21b43 100644 --- a/eslint/base.js +++ b/eslint/base.js @@ -42,5 +42,6 @@ module.exports = { alphabetize: {order: 'asc', caseInsensitive: true}, }, ], + 'no-console': ['error', {allow: ['info', 'warn', 'error']}], }, }; diff --git a/package.json b/package.json index bdb1c4b..a28538e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atmina/linting", - "version": "1.0.6", + "version": "1.0.7", "description": "A collection of opinionated in-house linting rules.", "main": "index.js", "scripts": {},