eslint-plugin-freaktechnik
Advanced tools
Comparing version 1.4.0 to 2.0.0
38
index.js
@@ -129,2 +129,5 @@ /** | ||
}, | ||
parserOptions: { | ||
ecmaVersion: 2016 | ||
}, | ||
plugins: [ | ||
@@ -135,22 +138,8 @@ "node" | ||
}, | ||
babel: { | ||
parser: "babel-eslint", | ||
test: { | ||
parserOptions: { | ||
ecmaVersion: 7, | ||
ecmaVersion: 2017, | ||
sourceType: "module" | ||
}, | ||
plugins: [ | ||
"babel" | ||
], | ||
rules: { | ||
"generator-star-spacing": 0, | ||
"arrow-parens": 0, | ||
"node/no-unsupported-features": 0, | ||
"babel/arrow-parens": 1, | ||
"babel/generator-star-spacing": 1 | ||
}, | ||
extends: "plugin:freaktechnik/node" | ||
}, | ||
test: { | ||
plugins: [ | ||
"ava" | ||
@@ -170,8 +159,8 @@ ], | ||
"jsdoc/require-returns-description": 0, | ||
"one-var": 0 | ||
"one-var": 0, | ||
"node/no-unsupported-features": 0 | ||
}, | ||
extends: ["plugin:freaktechnik/babel", "plugin:ava/recommended"] | ||
extends: ["plugin:freaktechnik/node", "plugin:ava/recommended"] | ||
}, | ||
browser: { | ||
parser: "babel-eslint", | ||
env: { | ||
@@ -183,13 +172,4 @@ node: false, | ||
parserOptions: { | ||
ecmaVersion: 6 | ||
ecmaVersion: 2017 | ||
}, | ||
plugins: [ | ||
"babel" | ||
], | ||
rules: { | ||
"generator-star-spacing": 0, | ||
"arrow-parens": 0, | ||
"babel/arrow-parens": 1, | ||
"babel/generator-star-spacing": 1 | ||
}, | ||
extends: ["plugin:freaktechnik/base"] | ||
@@ -196,0 +176,0 @@ } |
{ | ||
"name": "eslint-plugin-freaktechnik", | ||
"version": "1.4.0", | ||
"version": "2.0.0", | ||
"description": "ESLint default configs of freaktechnik.", | ||
@@ -24,5 +24,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"babel-eslint": "^6.1.2", | ||
"eslint-plugin-ava": "^3.0.0", | ||
"eslint-plugin-babel": "^3.3.0", | ||
"eslint-plugin-jsdoc": "^2.3.1", | ||
@@ -32,4 +30,4 @@ "eslint-plugin-node": "^2.0.0" | ||
"peerDependencies": { | ||
"eslint": ">=2.0.0" | ||
"eslint": ">=3.6.0" | ||
} | ||
} |
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
4
7870
173
- Removedbabel-eslint@^6.1.2
- Removedeslint-plugin-babel@^3.3.0
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedbabel-code-frame@6.26.0(transitive)
- Removedbabel-eslint@6.1.2(transitive)
- Removedbabel-messages@6.23.0(transitive)
- Removedbabel-runtime@6.26.0(transitive)
- Removedbabel-traverse@6.26.0(transitive)
- Removedbabel-types@6.26.0(transitive)
- Removedbabylon@6.18.0(transitive)
- Removedchalk@1.1.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedeslint-plugin-babel@3.3.0(transitive)
- Removedglobals@9.18.0(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedinvariant@2.2.4(transitive)
- Removedjs-tokens@3.0.2(transitive)
- Removedlodash.assign@4.2.0(transitive)
- Removedlodash.pickby@4.6.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedms@2.0.0(transitive)
- Removedregenerator-runtime@0.11.1(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedto-fast-properties@1.0.3(transitive)