Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-testcafe

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-testcafe - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

index.js
'use strict';
module.exports = {
environments: {
testcafe: {
configs: {
recommended: {
globals: {

@@ -7,0 +7,0 @@ fixture: false,

{
"name": "eslint-plugin-testcafe",
"version": "0.1.0",
"version": "0.2.0",
"description": "Eslint rules for testcafe",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -21,2 +21,15 @@ # eslint-plugin-testcafe

## Usage
## Recommended configuration
This plugin export a recommended configuration that enforce good practices.
To enable this configuration use the extends property in your .eslintrc config file:
{
"plugins": [
"testcafe"
],
"extends": "plugin:testcafe/recommended"
}
See [ESLint documentation](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information about extending configuration files.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc