Files
iphone-x-availability-node-cli/.eslintrc.json
Carlos E Silva e410c28c1d Run recently merged pull request code through Prettier
Enable console.log in eslint
2017-11-10 08:32:02 -05:00

7 lines
73 B
JSON

{
"extends": "airbnb-base",
"rules": {
"no-console": "off"
}
}