rocketchat-gitea-hook/.eslintrc.json

17 lines
278 B
JSON
Raw Normal View History

2023-05-02 00:44:51 +02:00
{
"env": {
"browser": true,
2023-05-02 01:04:01 +02:00
"es6": true
2023-05-02 00:44:51 +02:00
},
"extends": "eslint:recommended",
2023-05-02 01:04:01 +02:00
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
2023-05-02 00:44:51 +02:00
"parserOptions": {
2023-05-02 01:04:01 +02:00
"ecmaVersion": 14
2023-05-02 00:44:51 +02:00
},
"rules": {
}
}