breaking: replace jshint with eslint (#277)

* breaking: remove jshint files and references
* breaking: swap jshint with eslint
* chore: apply eslint auto corrections
* chore: remove jslint inline ignore rule
This commit is contained in:
エリス
2020-06-26 19:31:02 +09:00
committed by GitHub
parent 369f8d148f
commit 893ba08e8f
7 changed files with 73 additions and 72 deletions
+2 -4
View File
@@ -1,4 +1,4 @@
/*
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
@@ -19,8 +19,6 @@
*
*/
/*jslint sloppy:true */
var splash = require('cordova/splashscreen');
var SplashScreen = {
@@ -34,4 +32,4 @@ var SplashScreen = {
module.exports = SplashScreen;
require("cordova/exec/proxy").add("SplashScreen", SplashScreen);
require('cordova/exec/proxy').add('SplashScreen', SplashScreen);