UNPKG

@snyk/ruby-semver

Version:

node-semver compatible API with RubyGems semantics

31 lines (30 loc) 830 B
{ "settings": { "cache": true }, "parser": "@typescript-eslint/parser", "parserOptions": { "project": "./tsconfig.json" }, "env": { "node": true, "es6": true }, "plugins": ["@typescript-eslint"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended", "prettier", "prettier/@typescript-eslint" ], "rules": { "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/no-explicit-any": "error", "@typescript-eslint/await-thenable": "error", "@typescript-eslint/no-require-imports": "error", "@typescript-eslint/no-unnecessary-type-assertion": "error", "@typescript-eslint/promise-function-async": "error", "@typescript-eslint/unbound-method": "error" } }