deno.land / x / gesso@v0.1.2 / .eslintrc.json

.eslintrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ "env": { "browser": true, "es2021": true }, "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"], "overrides": [], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "plugins": ["@typescript-eslint", "unused-imports"], "rules": { "indent": ["error", 2], "linebreak-style": ["error", "unix"], "quotes": ["warn", "single"], "semi": ["error", "always"], "@typescript-eslint/no-explicit-any": "off", "unused-imports/no-unused-imports": "error", "no-prototype-builtins": "warn", "no-empty": "warn" }, "ignorePatterns": ["node_modules/", "output/"]}
gesso

Version Info

Tagged at
a year ago