Socket
Book a DemoInstallSign in
Socket

@bigtest/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigtest/eslint-plugin

eslint rules for bigtest

latest
Source
npmnpm
Version
0.5.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

@bigtest/eslint-plugin

Installation

yarn add --dev eslint @bigtest/eslint-plugin

Configuration

Create an .eslintrc.json or .eslintrc.js in your bigtest test directory, e.g. ./test and populate it with the following:

{
  "extends": ["plugin:@bigtest/recommended"],
  "plugins": [ "@bigtest" ]
}

Rules

RuleDescriptionConfigurationsFixable
@bigtest/require-default-exportEach test file must have a default export.

Keywords

eslint

FAQs

Package last updated on 29 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts