eslint-config-fxa
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -11,2 +11,3 @@ 'use strict' | ||
'comma-dangle': 0, | ||
"comma-style": [2, 'last'], | ||
'consistent-return': 0, | ||
@@ -13,0 +14,0 @@ 'curly': [2, 'all'], |
{ | ||
"name": "eslint-config-fxa", | ||
"description": "ESLint shareable config file for Firefox Accounts projects.", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"author": "Peter deHaan <peter@deseloper.com> (http://nodeexamples.com/)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
3614
72