diff options
| author | Hank <hank@mullvad.net> | 2022-08-23 10:00:38 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-09-20 11:32:56 +0200 |
| commit | 7db2059cc2996aa4f64b3116a785d0fdf12cb661 (patch) | |
| tree | b7b375bc491dfce41c138dd44d6a63775ed1ee52 /gui/src | |
| parent | 115aa7c1504362ba9e3cbb78774af6fb26ab7ab6 (diff) | |
| download | mullvadvpn-7db2059cc2996aa4f64b3116a785d0fdf12cb661.tar.xz mullvadvpn-7db2059cc2996aa4f64b3116a785d0fdf12cb661.zip | |
Make eslint ignore all javascript files, until we have it configured correctly
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/.eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/renderer/.eslintignore b/gui/src/renderer/.eslintignore new file mode 100644 index 0000000000..a9ba028cee --- /dev/null +++ b/gui/src/renderer/.eslintignore @@ -0,0 +1 @@ +.eslintrc.js |
