eslint-config-silk
Advanced tools
Comparing version
module.exports = { | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:flowtype/recommended" | ||
"plugin:flowtype/recommended", | ||
"plugin:silk/recommended", | ||
], | ||
@@ -14,3 +15,4 @@ "parserOptions": { | ||
"plugins": [ | ||
"flowtype" | ||
"flowtype", | ||
"silk", | ||
], | ||
@@ -65,2 +67,3 @@ "env": { | ||
"no-with": 2, | ||
"arrow-parens": 2, | ||
"arrow-spacing": [2, {"before": true, "after": true}], | ||
@@ -67,0 +70,0 @@ "brace-style": 2, |
{ | ||
"name": "eslint-config-silk", | ||
"version": "1.9.1", | ||
"version": "1.13.0", | ||
"description": "Silk eslint rules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5170
1.35%119
2.59%