Fix JS code style errors

Created on 14 July 2023, over 1 year ago
Updated 27 July 2023, over 1 year ago

Problem/Motivation

/var/www/html/modules/contrib/spamspan/js/spamspan.js
line 6	Replace `"span.spamspan"` with `'span.spamspan'` (prettier/prettier)
6	Unexpected unnamed function. (func-names)
8	Replace `"span.o"` with `'span.o'` (prettier/prettier)
9	Replace `"span.o",·this).replaceWith("."` with `'span.o',·this).replaceWith('.'` (prettier/prettier)
14	Replace `"span.u"` with `'span.u'` (prettier/prettier)
15	Replace `"span.d"` with `'span.d'` (prettier/prettier)
16	Insert `,` (prettier/prettier)
17	Replace `""` with `''` (prettier/prettier)
21	Replace `"span.h"` with `'span.h'` (prettier/prettier)
24	Replace `"span.h"` with `'span.h'` (prettier/prettier)
26	Replace `"$1"` with `'$1'` (prettier/prettier)
28	Replace `"=")` with `'='),` (prettier/prettier)
31	Replace `"&"` with `'&'` (prettier/prettier)
39	Replace `"span.t"` with `'span.t'` (prettier/prettier)
41	Replace `"$1"` with `'$1'` (prettier/prettier)
46	Unexpected unnamed function. (func-names)
47	Replace `"at",·"@").replace("dot",·"."` with `'at',·'@').replace('dot',·'.'` (prettier/prettier)
48	Insert `,` (prettier/prettier)
53	Replace `"span.e"` with `'span.e'` (prettier/prettier)
54	Replace `"<a></a>"` with `'<a></a>'` (prettier/prettier)
62	Replace `"href"` with `'href'` (prettier/prettier)
64	Replace `"spamspan")` with `'spamspan'),` (prettier/prettier)

( https://www.drupal.org/project/spamspan/issues/3374657 📌 Fix JS code style errors RTBC )

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

RTBC

Version

3.0

Component

Code

Created by

🇩🇪Germany Anybody Porta Westfalica

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024