Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiliavir committed Aug 10, 2024
1 parent 26b949f commit 2c1a0cb
Show file tree
Hide file tree
Showing 6 changed files with 417 additions and 379 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.92.2'
hugo-version: '0.123.7'
extended: true
- name: Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: ⚛ Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.92.2'
hugo-version: '0.123.7'
extended: true
- name: ⚙ Build
run: npm run build
Expand Down
15 changes: 15 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import tsEsLint from "@typescript-eslint/eslint-plugin";
import tsParser from "@typescript-eslint/parser";

export default [
{
files: ["**/*.ts"],
plugins: {
"@typescript-eslint": tsEsLint,
},

languageOptions: {
parser: tsParser,
}
},
];
Loading

0 comments on commit 2c1a0cb

Please sign in to comment.