eslint-config-simplifield
Advanced tools
Comparing version 1.0.3 to 1.1.0
22
index.js
@@ -78,3 +78,3 @@ module.exports = { | ||
"no-new-func": 2, | ||
"no-new": 2, | ||
"no-new": 1, | ||
"no-octal-escape": 2, | ||
@@ -107,3 +107,3 @@ "no-octal": 2, | ||
"no-shadow-restricted-names": 2, | ||
"no-shadow": 2, | ||
"no-shadow": 1, | ||
"no-undef-init": 2, | ||
@@ -150,3 +150,3 @@ "no-undef": 2, | ||
"eol-last": 2, | ||
"func-names": 0, | ||
"func-names": 1, | ||
"func-style": [ | ||
@@ -275,4 +275,18 @@ 2, | ||
4 | ||
] | ||
], | ||
"require-yield": 2, | ||
"prefer-spread": 0, | ||
"prefer-reflect": 0, | ||
"no-useless-call": 2, | ||
"no-invalid-this": 1, | ||
"no-implicit-coercion": 0, | ||
"no-const-assign": 2, | ||
"no-class-assign": 2, | ||
"init-declarations": 0, | ||
"id-match": 0, | ||
"id-length": 0, | ||
"callback-return": [2, ["callback", "cb", "next", "done"]], | ||
"arrow-spacing": 2, | ||
"arrow-parens": 2, | ||
} | ||
}; |
{ | ||
"name": "eslint-config-simplifield", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Simplifield Lint rules", | ||
@@ -10,6 +10,6 @@ "scripts": { | ||
"type": "git", | ||
"url": "https://github.com/SimpliField/sf-lint" | ||
"url": "https://github.com/SimpliField/eslint-config-simplifield" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/SimpliField/sf-lint", | ||
"homepage": "https://github.com/SimpliField/eslint-config-simplifield", | ||
"keywords": [ | ||
@@ -16,0 +16,0 @@ "eslint", |
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
8715
288