// This JSON file configures the eslint plugin. It supports comments as well as per the JSON5 spec
{
"extends": [
"../../.eslintrc.base.json"
],
"env": {
"browser": true,
"node": true
}