0.0.8 • Published 5 years ago

@kiwicom/eslint-config-kiwicom-cypress v0.0.8

Weekly downloads
20
License
MIT
Repository
github
Last release
5 years ago

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