eslint-config-fxa
Advanced tools
Comparing version 1.8.1 to 2.0.0
'use strict' | ||
module.exports = { | ||
extends: 'eslint:recommended', | ||
env: { | ||
@@ -11,3 +13,3 @@ es6: true, // enable all ECMAScript 6 features except for modules | ||
'comma-dangle': 0, | ||
"comma-style": [2, 'last'], | ||
'comma-style': [2, 'last'], | ||
'consistent-return': 0, | ||
@@ -14,0 +16,0 @@ 'curly': [2, 'all'], |
{ | ||
"name": "eslint-config-fxa", | ||
"description": "ESLint shareable config file for Firefox Accounts projects.", | ||
"version": "1.8.1", | ||
"version": "2.0.0", | ||
"author": "Peter deHaan <peter@deseloper.com> (http://nodeexamples.com/)", | ||
@@ -19,3 +19,3 @@ "bugs": { | ||
"type": "git", | ||
"url": "https://github.com/pdehaan/eslint-config-fxa.git" | ||
"url": "git+https://github.com/pdehaan/eslint-config-fxa.git" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
3626
72