UNPKG

node-beget

Version:

Client library for accessing Beget API

24 lines (23 loc) 720 B
{ "parser": "@typescript-eslint/parser", "extends": [ "plugin:@typescript-eslint/recommended", "prettier/@typescript-eslint", "plugin:prettier/recommended" ], "env": { "node": true, "jest": true }, "parserOptions": { "ecmaVersion": 11, "sourceType": "module" }, "rules": { "max-len": [ "error", 95 ], "@typescript-eslint/explicit-member-accessibility": [ "warn", { "accessibility": "no-public" } ], "@typescript-eslint/explicit-function-return-type": [ "warn", { "allowExpressions": true } ], "@typescript-eslint/no-namespace": ["error", { "allowDeclarations": true }], "@typescript-eslint/camelcase": "off" } }