File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ import fs from "node:fs";
14
14
15
15
/** @type {Record<string, string> } */
16
16
const aliases = {
17
- // aliases added on top of the ones from devdocs
17
+ // ALIASES ADDED/CHANGED BY ME on top of the ones from devdocs
18
18
hammerspoon : "hs" ,
19
19
// biome-ignore lint/style/useNamingConvention: not set by me
20
20
browser_support_tables : "cani" ,
21
+ matplotlib : "plt" , // conventional abbreviation: https://docs.astral.sh/ruff/settings/#lint_flake8-import-conventions_aliases
21
22
22
23
// PENDING https://github.com/freeCodeCamp/devdocs/issues/2210
23
24
// devdocs aliases https://devdocs.io/help#aliases
@@ -36,7 +37,6 @@ const aliases = {
36
37
lodash : "_" ,
37
38
marionette : "mn" ,
38
39
markdown : "md" ,
39
- matplotlib : "mpl" ,
40
40
modernizr : "mdr" ,
41
41
moment : "mt" , // removed `.js`
42
42
openjdk : "java" ,
You can’t perform that action at this time.
0 commit comments