Skip to content

lukasdonko/eslint-config-kiwicom-cypress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Links

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%