Skip to content

Commit a58af99

Browse files
committed
Use vanilla JS for the homepage
1 parent 18e6969 commit a58af99

File tree

7 files changed

+60
-521
lines changed

7 files changed

+60
-521
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
extends: ['standard', 'standard-preact', 'prettier'],
2+
extends: ['standard', 'prettier'],
33
plugins: ['prettier'],
44
rules: {
55
'prettier/prettier': [

0 commit comments

Comments
 (0)