Skip to content

Commit

Permalink
Use standard no-console rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravtiwari committed Feb 27, 2017
1 parent aee16bb commit b373ea7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
'import/no-unresolved': 'off',
'import/no-extraneous-dependencies': 'off',
'import/extensions': 'off',
'no-console': 'off',
semi: ['error', 'never'],
},
'env': {
Expand Down
1 change: 1 addition & 0 deletions lib/install/javascript/packs/application.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint no-console:0 */
// This file is automatically compiled by Webpack, along with any other files
// present in this directory. You're encouraged to place your actual application logic in
// a relevant structure within app/javascript and only use these pack files to reference
Expand Down

0 comments on commit b373ea7

Please sign in to comment.