@arisan/data-api
Version:
The Universal Database API Gateway for CLIO's Modules
43 lines (42 loc) • 588 B
Plain Text
{
"env": {
"mocha": true,
"node": true
},
"extends": [
"airbnb"
],
"rules": {
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": true
}
],
"indent": [
"error",
8
],
"no-underscore-dangle": [
"error",
{
"allow": [
"_id"
]
}
],
"spaced-comment": [
"error",
"always",
{
"exceptions": [
"endregion"
],
"markers": [
"noinspection",
"region"
]
}
]
}
}