Skip to content

Commit 300f809

Browse files
committed
build: restore linting, fix canvas dependencies, and cleanup unused theme variables
1 parent 5681868 commit 300f809

9 files changed

Lines changed: 10427 additions & 5057 deletions

File tree

.eslintrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"env": {
3-
"node": true
3+
"node": true,
4+
"browser": true
5+
},
6+
"globals": {
7+
"vi": "readonly"
48
},
59
"extends": [
610
"react-app",

package-lock.json

Lines changed: 10279 additions & 4961 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
"prod": "npm run lint && git push && npm run deploy",
6363
"prepare": "git config core.hooksPath git-hooks"
6464
},
65-
"eslintConfig": {
66-
"extends": [
67-
"react-app",
68-
"react-app/jest"
69-
]
70-
},
7165
"browserslist": {
7266
"production": [
7367
">0.2%",
@@ -93,6 +87,8 @@
9387
"autoprefixer": "^10.4.21",
9488
"baseline-browser-mapping": "^2.9.9",
9589
"cross-env": "^10.1.0",
90+
"eslint": "^8.57.1",
91+
"eslint-config-react-app": "^7.0.1",
9692
"gh-pages": "github:tschaub/gh-pages",
9793
"husky": "^9.1.7",
9894
"jsdom": "^25.0.1",

public/rss.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,32 @@
99
<link>https://fezcode.com</link>
1010
</image>
1111
<generator>RSS for Node</generator>
12-
<lastBuildDate>Thu, 23 Apr 2026 07:11:13 GMT</lastBuildDate>
12+
<lastBuildDate>Thu, 23 Apr 2026 21:53:53 GMT</lastBuildDate>
1313
<atom:link href="https://fezcode.com/rss.xml" rel="self" type="application/rss+xml"/>
14-
<pubDate>Thu, 23 Apr 2026 07:11:13 GMT</pubDate>
14+
<pubDate>Thu, 23 Apr 2026 21:53:52 GMT</pubDate>
1515
<copyright><![CDATA[2026 Ahmed Samil Bulbul]]></copyright>
1616
<language><![CDATA[en]]></language>
1717
<managingEditor><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></managingEditor>
1818
<webMaster><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></webMaster>
1919
<ttl>60</ttl>
20+
<item>
21+
<title><![CDATA[Migrating Fezcodex From CRA to Vite + Vike: A Static-Site-Generation Deep Dive]]></title>
22+
<description><![CDATA[[object Object]]]></description>
23+
<link>https://fezcode.com/blog/vite-vike-ssg-migration</link>
24+
<guid isPermaLink="false">https://fezcode.com/blog/vite-vike-ssg-migration</guid>
25+
<dc:creator><![CDATA[Ahmed Samil Bulbul]]></dc:creator>
26+
<pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
27+
<content:encoded><![CDATA[<h1>Migrating Fezcodex From CRA to Vite + Vike: A Static-Site-Generation Deep Dive</h1>
28+
<p><a href="https://fezcode.com/blog/vite-vike-ssg-migration">Read more...</a></p>]]></content:encoded>
29+
</item>
2030
<item>
2131
<title><![CDATA[atlas.llm: A Deep Dive Into a Single-Binary, On-Device Coding Companion]]></title>
2232
<description><![CDATA[[object Object]]]></description>
2333
<link>https://fezcode.com/blog/atlas-llm-deep-dive</link>
2434
<guid isPermaLink="false">https://fezcode.com/blog/atlas-llm-deep-dive</guid>
2535
<dc:creator><![CDATA[Ahmed Samil Bulbul]]></dc:creator>
2636
<pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
27-
<content:encoded><![CDATA[<h1><code>atlas.llm</code>: A Deep Dive Into a Single-Binary, On-Device Coding Companion</h1>
37+
<content:encoded><![CDATA[<h1>atlas.llm: A Deep Dive Into a Single-Binary, On-Device Coding Companion</h1>
2838
<p><a href="https://fezcode.com/blog/atlas-llm-deep-dive">Read more...</a></p>]]></content:encoded>
2939
</item>
3040
<item>

0 commit comments

Comments
 (0)