UNPKG

@nodesuite/schemas

Version:

A collection of common constants and validation schemas.

21 lines (19 loc) 527 B
require("@rushstack/eslint-config/patch/modern-module-resolution") module.exports = { extends: [ "@rushstack/eslint-config/profile/node", "@rushstack/eslint-config/mixins/friendly-locals", "@nodesuite/eslint-config" ], overrides: [ { files: ["src/**/*.ts"], rules: { "@typescript-eslint/no-explicit-any": "off", "@rushstack/no-new-null": "off", "@typescript-eslint/typedef": "off", "@typescript-eslint/explicit-function-return-type": "off" } } ] }