Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 451 Bytes

@qiwi/eslint-config-standard

Just yet another fork of standard/eslint-config-standard with updated deps:

  • eslint ^7.12.1 → ^8.10.0
  • eslint-plugin-promise ^4.2.1 → ^5.1.0
  • tape ^5.0.1 → ^5.2.2

That's all.

Install

yarn add -D eslint-config-standard-qiwi

Usage

{
  "extends": "standard-qiwi"
}