diff options
| author | Hank <hank@mullvad.net> | 2022-08-23 10:11:57 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-09-20 11:32:56 +0200 |
| commit | 3ab73884f9d4668a324e684e5ea179db3defb933 (patch) | |
| tree | d94ec14de6bc586dcff9cfa551906dcc5346cd56 /gui | |
| parent | 71d39f74a700543ed561cd523a018d4581ce8f17 (diff) | |
| download | mullvadvpn-3ab73884f9d4668a324e684e5ea179db3defb933.tar.xz mullvadvpn-3ab73884f9d4668a324e684e5ea179db3defb933.zip | |
Fix eslint error message for gui ts files
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/.eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/.eslintrc.js b/gui/.eslintrc.js index a4b2d46a28..c2d392fbfb 100644 --- a/gui/.eslintrc.js +++ b/gui/.eslintrc.js @@ -57,6 +57,7 @@ module.exports = { parserOptions: { parser: '@typescript-eslint/parser', project: './tsconfig.json', + tsconfigRootDir: __dirname, ecmaVersion: '2018', sourceType: 'module', ecmaFeatures: { |
