eslint-sammy-preset
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -7,3 +7,6 @@ module.exports = { | ||
}, | ||
"extends": "eslint:recommended", | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:react/recommended" | ||
], | ||
"parserOptions": { | ||
@@ -19,2 +22,5 @@ "ecmaFeatures": { | ||
], | ||
"settings": { | ||
"propWrapperFunctions": ["forbidExtraProps"] | ||
} | ||
"rules": { | ||
@@ -21,0 +27,0 @@ "accessor-pairs": "error", |
{ | ||
"name": "eslint-sammy-preset", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "ESLint preset", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9616
298