UNPKG

jazzy-utility

Version:
19 lines (18 loc) 378 B
{ "parser": "babel-eslint", "extends": ["airbnb-base"], "env": { "node": true, "browser": true }, "rules": { "no-console": "off", "comma-dangle": "off", "linebreak-style": "off", "object-shorthand": "off", "no-plusplus": "off", "no-underscore-dangle": "off", "max-len": "off", "no-param-reassign": "off" } }