Skip to main content
Module

x/yargs/.eslintrc.json

yargs the modern, pirate-themed successor to optimist.
Go to Latest
File
{ "extends": "./node_modules/gts/", "overrides": [ { "files": ["**/*.ts", "**/*.tsx"], "rules": { "@typescript-eslint/no-var-requires": "off", "@typescript-eslint/no-unused-vars": "off", "@typescript-eslint/no-explicit-any": "off" } } ]}