Skip to content

Commit 2be5035

Browse files
committed
build: Switch to PrismJS
Related to #20
1 parent 662f7ad commit 2be5035

File tree

137 files changed

+1386
-2249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+1386
-2249
lines changed

antora-default-ui/docs/modules/ROOT/pages/add-static-files.adoc

Lines changed: 0 additions & 99 deletions
This file was deleted.

antora-default-ui/docs/modules/ROOT/pages/copy-to-clipboard.adoc

Lines changed: 0 additions & 48 deletions
This file was deleted.

antora-default-ui/gulp.d/tasks/pack.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

antora-default-ui/src/partials/toolbar.hbs

Lines changed: 0 additions & 13 deletions
This file was deleted.
File renamed without changes.

antora-default-ui/.eslintrc renamed to antora-ui-default/.eslintrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"imports": "always-multiline",
99
"exports": "always-multiline"
1010
}],
11+
"no-restricted-properties": ["error", {
12+
"property": "substr",
13+
"message": "Use String#slice instead."
14+
}],
1115
"max-len": [1, 120, 2],
12-
"spaced-comment": "off"
16+
"spaced-comment": "off",
17+
"radix": ["error", "always"]
1318
}
1419
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)