Remove jshint dependency, use eslint for config verification

This commit is contained in:
rejas
2020-03-15 20:38:52 +01:00
parent ef7720ff06
commit a91f2de26a
6 changed files with 201 additions and 305 deletions

View File

@@ -1,5 +1,3 @@
/* jshint esversion: 6 */
"use strict";
const electron = require("electron");