2021-01-18 18:40:19 +01:00
|
|
|
{
|
|
|
|
"globals": {
|
|
|
|
"emit": true,
|
|
|
|
"key": true
|
|
|
|
},
|
2022-01-20 09:15:46 +01:00
|
|
|
"parser": "@typescript-eslint/parser",
|
2021-01-18 18:40:19 +01:00
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": ["eslint:recommended"],
|
|
|
|
"rules": {
|
|
|
|
}
|
2022-01-20 09:15:46 +01:00
|
|
|
}
|