diff options
| author | 2021-10-21 11:44:03 +0200 | |
|---|---|---|
| committer | 2021-10-21 11:44:03 +0200 | |
| commit | b438d8bb3d4b3dea6d28d0b0c73da9393c9d8299 (patch) | |
| tree | fe3c9550c2f3cd46edefae7ceda56407c80d8e36 /.jshintrc | |
| parent | cfd625c5596f2ce20ab4341bb04ddb263552e417 (diff) | |
ESLint upgrade from JSHint (#3906)
* ESLint upgrade from JSHint
* commit corresponding package.json
* `npm run fix` for automatic JS and CSS fixes
* Keep JSHint config for now
Diffstat (limited to '.jshintrc')
| -rw-r--r-- | .jshintrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ { - "esversion" : 6, + "esversion" : 8, "browser" : true, "globals": { "confirm": true, "console": true - } + }, + "strict": "global" } |
