Skip to content

Commit

Permalink
update to v5.0.0-alpha.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Behairi committed Jul 25, 2024
1 parent 72adaed commit 07c6ac0
Show file tree
Hide file tree
Showing 10 changed files with 1,050 additions and 548 deletions.
20 changes: 0 additions & 20 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node env
- name: Setup node env
uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node env
- name: Setup node env
uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

This is an instance template for [@eodash/eodash](https://github.com/eodash/eodash). Check Github's guide on [how to create a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)


## Prerequisites

- Node v18 or higher
- Node v20.15.1 or higher

## Get Started

Expand Down
10 changes: 10 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import pluginVue from "eslint-plugin-vue";
import eox from "@eox/eslint-config";

export default [
...eox,
...pluginVue.configs["flat/essential"],
{
ignores: ["public/", ".eodash/"],
},
];
Loading

0 comments on commit 07c6ac0

Please sign in to comment.