{ "extends": [ "@shlinkio/js-coding-standard" ], "plugins": ["jest"], "env": { "jest/globals": true }, "parserOptions": { "tsconfigRootDir": ".", "createDefaultProgram": true }, "globals": { "process": true, "setImmediate": true }, "rules": { "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/no-unsafe-assignment": "off", "@typescript-eslint/unbound-method": "off", "@typescript-eslint/no-unsafe-member-access": "off", "@typescript-eslint/no-unsafe-call": "off", "@typescript-eslint/no-unsafe-return": "off", "@typescript-eslint/naming-convention": "off", "@typescript-eslint/ban-types": "off", "@typescript-eslint/no-base-to-string": "off", "no-nonoctal-decimal-escape": "off" } }