eslint-config-fxa
Advanced tools
Comparing version 2.0.0 to 2.1.0
'use strict' | ||
module.exports = { | ||
extends: './index', | ||
extends: 'fxa/index', | ||
@@ -6,0 +6,0 @@ env: { |
{ | ||
"name": "eslint-config-fxa", | ||
"description": "ESLint shareable config file for Firefox Accounts projects.", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": "Peter deHaan <peter@deseloper.com> (http://nodeexamples.com/)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -22,1 +22,5 @@ # eslint-config-fxa | ||
3. `server` (usage: `"extends": "fxa/server"`) — Overrides base `fxa` config, and disables the [`semi`](http://eslint.org/docs/rules/semi) rule. | ||
## NOTE: | ||
The **eslint-config-fxa@2** module is compatible w/ **eslint@1**. | ||
If you're still using a pre ESLint v1 build, you'll need to stick with **eslint-config-fxa@1**. |
'use strict' | ||
module.exports = { | ||
extends: './index', | ||
extends: 'fxa/index', | ||
@@ -6,0 +6,0 @@ rules: { |
3802
26