mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
feat: Port attribute interface from pure-ts:attribute.ts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import eslintConfigPrettier from "eslint-config-prettier";
|
||||
import js from "eslint/js";
|
||||
import js from "@eslint/js";
|
||||
import globals from "globals";
|
||||
import tseslint from "typescript-eslint";
|
||||
|
||||
@@ -8,7 +8,7 @@ export default [
|
||||
ignores: ["**/dist/**", "**/node_modules/**"],
|
||||
},
|
||||
|
||||
js.configs.recommend,
|
||||
js.configs.recommended,
|
||||
|
||||
...tseslint.configs.recommended,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user