UNPKG

create-iot-react-app

Version:

thin wrapper around create-react-app that add extra functionality needed on most iot projects

10 lines (9 loc) 171 B
module.exports = { extends: 'airbnb-base', rules: { 'consistent-return': 0, 'implicit-arrow-linebreak': 0, 'no-console': 0, 'comma-dangle': 0, }, };