GitXplorerGitXplorer
h

eslint-presets-comparison

public
13 stars
3 forks
0 issues

Commits

List of commits on branch master.
Verified
685a894a9966d15d11eb4992a1ec4125ce4e058c

Merge pull request #1 from hootlex/hootlex-patch-1

hhootlex committed 7 years ago
Verified
432a6222fb164ab2dbf955cdd6b0206d5ef97219

make presets links

hhootlex committed 7 years ago
Unverified
d72d0e0cf9222795c0ffcad56618d1a0ea5560f3

Update README.md

hhootlex committed 7 years ago
Unverified
172bd3af69b474caa755e537bf02fdc8e7a88ce5

Update README.md

hhootlex committed 7 years ago
Unverified
594d873eb1901b8bc501c525dae5e357ff670739

trailing commas

hhootlex committed 8 years ago
Unverified
881bb165ced1ce96d7e282ca93c4e20a1a67b792

revert

hhootlex committed 8 years ago

README

The README file for this repository.

javascript-presets-comparison

A Comparison table for ESLint presets.

Rule standard/standard airbnb/javascript
Indentation 2 spaces 2 spaces
Semicolons No! Yes
Unused Variables Not allowed Not allowed
String's quotes Single Single
Use === instead of == Yes Yes
Number of empty lines allowed 1 2
Space after function name Yes No
Start a line with [ No Yes
End files w/ a newline character Yes Yes
Trailing commas allowed No No