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 | |
| 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')
| -rw-r--r-- | gui/.eslintignore | 4 | ||||
| -rw-r--r-- | gui/src/renderer/.eslintignore | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gui/.eslintignore b/gui/.eslintignore new file mode 100644 index 0000000000..07b7d976c2 --- /dev/null +++ b/gui/.eslintignore @@ -0,0 +1,4 @@ +.eslintrc.js +gulpfile.js +init.js +tasks/*.js 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 |
