Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions environments/react/optional.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down