Skip to content

Commit a684ab3

Browse files
committed
SpeciesHelper: fix linter errors
1 parent 30fb310 commit a684ab3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

SpeciesHelper/modules/functions.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { MOSOrderPositionFinder } from "./MOSOrderPositionFinder";
33
import { Inflect } from "./Inflect";
44
/* eslint-enable */
55

6-
/* eslint-disable security/detect-bidi-characters */
7-
86
// TODO: convert to class. name it SHUtil or SpeciesHelperUtil or something. or move all these to main and make a giant SpeciesHelperController class, then extract some classes out of that
97

108
export async function getWikicodeOfDiff( diffID ) {
@@ -182,7 +180,7 @@ export function getPagesToCheck( taxa, listOfNonLatinSpeciesCategories ) {
182180
// '': 'Canid',
183181
// '': 'Carposina',
184182
// '': 'Ceromitia',
185-
// '': 'Cettiidae',
183+
// '': 'Cettiidae',
186184
Chamaeleonidae: 'Chameleon',
187185
// '': 'Chilinidae',
188186
Chilodontaidae: 'Chilodontidae-gastropod',
@@ -250,7 +248,7 @@ export function getPagesToCheck( taxa, listOfNonLatinSpeciesCategories ) {
250248
Phthiraptera: 'Louse',
251249
// '': 'Lyase',
252250
Lycophytes: 'Lycophyte',
253-
// '': 'Macrosphenidae',
251+
// '': 'Macrosphenidae',
254252
Magnoliids: 'Magnoliid',
255253
Mammalia: 'Mammal',
256254
Marsupialia: 'Marsupial',
@@ -311,7 +309,7 @@ export function getPagesToCheck( taxa, listOfNonLatinSpeciesCategories ) {
311309
// '': 'Pyramidulidae',
312310
Pyrausta: 'Pyrausta (moth)',
313311
// '': 'Rasboras',
314-
// '': 'Remizidae',
312+
// '': 'Remizidae',
315313
Rodentia: 'Rodent',
316314
Rosids: 'Rosid',
317315
// '': 'Rotifer',

0 commit comments

Comments
 (0)