mastodon-api
Version:
Mastodon API library with streaming support
17 lines (16 loc) • 322 B
Plain Text
{
"extends": "airbnb",
"env": {
"es6": true
},
"parser": "babel-eslint",
"rules": {
"indent": [ "warn", 4 ],
"semi": [ "error", "never" ],
"comma-dangle": [ "error", "never" ],
"no-underscore-dangle": "off",
"no-param-reassign": "off",
"strict": "off",
"no-plusplus": "off"
}
}