UNPKG

smart-types-ts

Version:

A collection of _Smart Types_ and _Smart Constructors_ which enable you to be more strict when defining your application's important types/interfaces.

10 lines (9 loc) 225 B
{ "extends": "./node_modules/@cdimitroulas/typescript-scripts/.eslintrc.json", "rules": { "@typescript-eslint/no-unused-vars": [ "warn", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_"} ] } }