combine-prs/.eslintrc.json

19 строки
352 B
JSON
Исходник Обычный вид История

2023-01-26 21:18:23 +03:00
{
2023-11-01 19:33:55 +03:00
"env": {
"commonjs": true,
"es6": true,
"jest": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"rules": {}
2023-01-26 21:18:23 +03:00
}