eslint-plugin-freaktechnik
Advanced tools
Comparing version 2.1.0 to 2.2.0
13
index.js
@@ -113,3 +113,5 @@ /** | ||
"no-loop-func": 1, | ||
"strict": 1 | ||
"strict": 1, | ||
"prefer-promise-reject-errors": 1, | ||
"no-throw-literal": 1 | ||
}, | ||
@@ -170,3 +172,2 @@ settings: { | ||
env: { | ||
node: false, | ||
es6: true, | ||
@@ -179,4 +180,12 @@ browser: true | ||
extends: ["plugin:freaktechnik/base"] | ||
}, | ||
extension: { | ||
env: { | ||
es6: true, | ||
browser: true, | ||
webextensions: true | ||
}, | ||
extends: ["plugin:freaktechnik/browser"] | ||
} | ||
} | ||
}; |
{ | ||
"name": "eslint-plugin-freaktechnik", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "ESLint default configs of freaktechnik.", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"eslintplugin", | ||
"eslintconig" | ||
"eslintconfig" | ||
], | ||
@@ -26,3 +26,3 @@ "author": "Martin Giger (https://humanoids.be)", | ||
"eslint-plugin-ava": "^4.0.0", | ||
"eslint-plugin-jsdoc": "^2.4.0", | ||
"eslint-plugin-jsdoc": "^3.0.0", | ||
"eslint-plugin-node": "^4.0.0" | ||
@@ -29,0 +29,0 @@ }, |
@@ -13,2 +13,2 @@ # eslint-plugin-freaktechnik | ||
- test | ||
- browser |
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
7676
187
+ Addedcomment-parser@0.5.5(transitive)
+ Addedeslint-plugin-jsdoc@3.15.1(transitive)
+ Addedjsdoctypeparser@2.0.0-alpha-8(transitive)
- Removedcomment-parser@0.4.2(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedeslint-plugin-jsdoc@2.4.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@1.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updatedeslint-plugin-jsdoc@^3.0.0