Skip to content

Commit

Permalink
2.3.1: Add console as global variable for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Apr 27, 2016
1 parent 08f55eb commit be1bf10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-aftership",
"description": "AfterShip ESLint config (modified from Airbnb)",
"version": "2.3.0",
"version": "2.3.1",
"homepage": "https://github.com/AfterShip/eslint-config-aftership",
"author": {
"name": "AfterShip",
Expand Down
1 change: 1 addition & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = extendConfig({
node: false
},
globals: {
console: false, // for console.log
process: false, // for process.env.NODE_ENV
window: false
},
Expand Down

0 comments on commit be1bf10

Please sign in to comment.