| Current Path : /home/deltalab/PMS/sms-connector/ |
| Current File : //home/deltalab/PMS/sms-connector/.eslintrc.json |
{
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 13
},
"rules": {
"indent": [
"error",
2
],
"linebreak-style": [
"off",
"windows"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}