leagueofcomicgeeks
Version:
Unofficial Node.js library for interacting with League of Comic Geeks
28 lines (27 loc) • 615 B
JSON
{
"extends": "airbnb-base",
"plugins": [
"import"
],
"globals": {
"editableUserId": true,
"readonlyUserId": true,
"testIssueId": true,
"testSeriesId": true,
"jasmine": true,
"beforeAll": true,
"afterAll": true,
"beforeEach": true,
"afterEach": true,
"describe": true,
"it": true,
"expect": true
},
"rules": {
"comma-dangle": ["error", "never"],
"max-len": ["error", 120],
"global-require": "off",
"func-names": "off",
"prefer-arrow-callback": "off"
}
}