UNPKG

@testlio/cli

Version:

Official Testlio platform command-line interface

25 lines (24 loc) 535 B
{ "extends": [ "airbnb-base", "plugin:prettier/recommended", "prettier" ], "rules": { "import/prefer-default-export": "off", "no-return-await": "warn", "global-require": "warn", "no-restricted-syntax": "warn", "guard-for-in": "warn", "no-console": "off", "consistent-return": "off" }, "env": { "node": true, "mocha": true }, "parserOptions": { "ecmaVersion": 2022, "impliedStrict": true } }