| Current Path : /var/node/inatote/Inatote-Backend/node_modules/snyk-policy/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/snyk-policy/.eslintrc |
{
"parserOptions": {
"ecmaVersion": 2015
},
"env": {
"node": true,
"es6": true
},
"extends": [
"eslint:recommended",
"eslint-config-prettier"
],
"rules": {
"no-console": "warn",
"no-empty": "warn"
}
}