2020-06-02 14:23:56 +00:00
|
|
|
{
|
2022-01-26 22:10:35 +00:00
|
|
|
"root": true,
|
|
|
|
"extends": [
|
2023-04-11 17:22:58 +00:00
|
|
|
"../.eslintrc.json"
|
2022-01-26 22:10:35 +00:00
|
|
|
],
|
2021-03-15 04:56:29 +00:00
|
|
|
"parserOptions": {
|
2022-12-07 22:15:31 +00:00
|
|
|
"ecmaVersion": 2018
|
2021-03-15 04:56:29 +00:00
|
|
|
},
|
2022-01-26 22:10:35 +00:00
|
|
|
"rules": {
|
2023-04-10 20:56:58 +00:00
|
|
|
"es-x/no-rest-spread-properties": "off",
|
|
|
|
"es-x/no-async-functions": "off"
|
2022-01-26 22:10:35 +00:00
|
|
|
},
|
2021-03-15 04:56:29 +00:00
|
|
|
"env": {
|
|
|
|
"es6": true,
|
2022-01-26 22:10:35 +00:00
|
|
|
"node": true,
|
|
|
|
"jest": true
|
2021-03-15 04:56:29 +00:00
|
|
|
}
|
2020-06-02 14:23:56 +00:00
|
|
|
}
|