Module

x/eta/.eslintrc.json

Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript
Latest
File
{ "env": { "browser": true, "es2021": true, "node": true }, "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"], "overrides": [], "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "rules": { "@typescript-eslint/no-var-requires": 0, "@typescript-eslint/no-explicit-any": 1, "@typescript-eslint/ban-types": 0 }}