Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Delete eslint.config.js

-6
-6
eslint.config.js
··· 1 - // @ts-check 2 - 3 - import eslint from "@eslint/js"; 4 - import tseslint from "typescript-eslint"; 5 - 6 - export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.strict);