the linter lints

merge-requests/150/merge
Matthew Chambers 2021-12-16 15:15:21 -06:00
rodzic 2243beddb2
commit c120df0e3b
8 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
/* eslint-disable no-tabs */
/** /**
* cldrpluralparser.js * cldrpluralparser.js
* A parser engine for CLDR plural rules. * A parser engine for CLDR plural rules.

Wyświetl plik

@ -5,7 +5,7 @@ const pjson = require("./package.json");
var gtVersion = parseInt(pjson.version.replace(/\./g, "")); var gtVersion = parseInt(pjson.version.replace(/\./g, ""));
var gtBeta = pjson.betaVersion; var gtBeta = pjson.betaVersion;
var banana = require('../../node_modules/banana-i18n/dist/banana-i18n.js'); var banana = require("../../node_modules/banana-i18n/dist/banana-i18n.js");
var g_startVersion = 0; var g_startVersion = 0;
if (typeof localStorage.currentVersion != "undefined") { g_startVersion = localStorage.currentVersion; } if (typeof localStorage.currentVersion != "undefined") { g_startVersion = localStorage.currentVersion; }

Wyświetl plik

@ -1,3 +1,4 @@
/* eslint-disable no-tabs */
/*! /*!
* BIDI embedding support for jQuery.i18n * BIDI embedding support for jQuery.i18n
* *

Wyświetl plik

@ -1,3 +1,4 @@
/* eslint-disable no-tabs */
/*! /*!
* jQuery Internationalization library * jQuery Internationalization library
* *

Wyświetl plik

@ -1,3 +1,4 @@
/* eslint-disable no-tabs */
/*! /*!
* jQuery Internationalization library * jQuery Internationalization library
* *

Wyświetl plik

@ -1,3 +1,4 @@
/* eslint-disable no-tabs */
/* global pluralRuleParser */ /* global pluralRuleParser */
(function ($) (function ($)
{ {

Wyświetl plik

@ -1,3 +1,4 @@
/* eslint-disable no-tabs */
/*! /*!
* jQuery Internationalization library - Message Store * jQuery Internationalization library - Message Store
* *

Wyświetl plik

@ -1,3 +1,4 @@
/* eslint-disable no-tabs */
/*! /*!
* jQuery Internationalization library * jQuery Internationalization library
* *