Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 372 Bytes

CHANGELOG.md

File metadata and controls

12 lines (12 loc) · 372 Bytes

1.0.0 / 2018-06-30

  • Disable comma-dangle
  • Set max-len to 150
  • Set quote-props as needed
  • Enable allowTemplateLiterals for quotes single quote
  • Enable multi-str
  • Set no-use-before-define for variables to false
  • Set no-unused-vars with argsIgnorePattern = "next"
  • Disable no-underscore-dangle
  • Disable no-console
  • Fork from airbnb-base