dc-thing
Version:
Data controller for 'thing' that conforms to Schema.org
29 lines • 438 B
JSON
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"jquery": true,
"mocha": true,
"mongo": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"CSRF_TOKEN": true,
"SinglyLinkedListDataController": true
},
"parserOptions": {
"ecmaVersion": 9
},
"rules": {
"indent": [
"error",
2
],
"quotes": [
"error",
"double"
]
}
}