eslint-config-andersos
Advanced tools
Comparing version 0.0.2 to 0.1.0
@@ -0,1 +1,4 @@ | ||
## 0.1.0 (2015-09-22) | ||
Add React rules | ||
## 0.0.2 (2015-09-18) | ||
@@ -2,0 +5,0 @@ Change indent rule |
@@ -5,9 +5,5 @@ { | ||
}, | ||
"env": { | ||
"browser": false, | ||
"es6": true, | ||
"node": true | ||
}, | ||
"globals": { | ||
@@ -18,3 +14,2 @@ "document": false, | ||
}, | ||
"rules": { | ||
@@ -21,0 +16,0 @@ "accessor-pairs": 2, |
{ | ||
"name": "eslint-config-andersos", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "ESLint config for @Andersos", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -21,2 +21,12 @@ # eslint-config-andersos [![Build Status](https://travis-ci.org/Andersos/eslint-config-andersos.svg)](https://travis-ci.org/Andersos/eslint-config-andersos) | ||
For React.js rules you can add | ||
```json | ||
{ | ||
"extends": [ | ||
"andersos", | ||
"andersos/react" | ||
] | ||
} | ||
``` | ||
You can override specific settings by specifying them as normal. See <http://eslint.org/docs/developer-guide/shareable-configs> for more details. | ||
@@ -23,0 +33,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12551
13
238
41