diff --git a/environments/react/optional.js b/environments/react/optional.js index 324bdb1..5454a73 100644 --- a/environments/react/optional.js +++ b/environments/react/optional.js @@ -18,6 +18,10 @@ module.exports = { // that should be replaced with less obtrusive, custom UIs. 'no-alert': 'warn', + // Custom logging logic should be implemented, everything else will be considered as debugging + // statement developer forget to remove + 'no-console': 'warn', + // Enforce propTypes declarations alphabetical sorting 'react/sort-prop-types': ['warn', { ignoreCase: true,