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

@kiwicom/eslint-config-kiwicom-cypress

Package Overview
Dependencies
Maintainers
17
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kiwicom/eslint-config-kiwicom-cypress

ESLint configuration for Cypress at Kiwi.com

  • 0.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
17
Weekly downloads
 
Created
Source

eslint-config-kiwicom-cypress

ESLint configuration for Cypress at Kiwi.com

This repo by itself exists as a proof of concept and a fast solution to aching problem, allowing us to move quickly.

Ultimate goal is to adjust & use eslint-config-kiwicom eventually.

Main differences to eslint-config-kiwicom :read-this:
  • No Prettier as we prefer conceptual consistency over formatting consistency. More reasing
  • Allow using of functions before definitiom as we like to define helper functions at the end of the file
  • Spellchecking as it useful, but could be slow on whole codebase.
  • Strict & opinionated rules specific to Cypress as it's being develop rapidly and we don't wanna bother all other teams with it.

Usage

npx install-peerdeps --dev @kiwicom/eslint-config-kiwicom-cypress

Add "extends": "@kiwicom/eslint-config-kiwicom-cypress" to your .eslintrc

Goals

Contributing

Publish

TODO: Smarter, nicer, more elegant solution.

npm publish

Keywords

FAQs

Package last updated on 01 Oct 2019

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

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