Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 35481a5

Browse files
Update eslint (#152)
1 parent 874cc84 commit 35481a5

39 files changed

+2729
-3163
lines changed

examples/classification/.eslintrc.json

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// @ts-check
2+
3+
import eslint from "@eslint/js";
4+
import tseslint from "typescript-eslint";
5+
import aseslint from "@hypermode/functions-as/tools/assemblyscript-eslint";
6+
7+
export default tseslint.config(
8+
eslint.configs.recommended,
9+
...tseslint.configs.recommended,
10+
aseslint.config,
11+
);

0 commit comments

Comments
 (0)