eslint-config-frisk
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -20,2 +20,3 @@ module.exports = { | ||
"rules": { | ||
"react/jsx-curly-spacing": [2, {"when": "always", "children": true}], | ||
"react/no-deprecated" : "off", | ||
@@ -158,5 +159,5 @@ "react/display-name" : "off", | ||
"no-multi-assign": "error", | ||
"no-multi-spaces": "off", | ||
"no-multi-spaces": "error", | ||
"no-multi-str": "error", | ||
"no-multiple-empty-lines": "error", | ||
"no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 1 }], | ||
"no-native-reassign": "error", | ||
@@ -270,3 +271,3 @@ "no-negated-condition": "off", | ||
"space-before-function-paren": [ "error", "never" ], | ||
"space-in-parens": "off", | ||
"space-in-parens": ["error", "never"], | ||
"space-infix-ops": "error", | ||
@@ -273,0 +274,0 @@ "space-unary-ops": "error", |
{ | ||
"name": "eslint-config-frisk", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "ESLint config for various Frisk UI projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8578
293