eslint-config-wyze
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "eslint-config-wyze", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "My personal ESLint config.", | ||
@@ -27,16 +27,16 @@ "license": "MIT", | ||
"dependencies": { | ||
"babel-eslint": "^6.0.0-beta.5", | ||
"babel-eslint": "^6.0.0-beta.6", | ||
"eslint-config-airbnb": "^6.1.0", | ||
"eslint-plugin-wyze": "^1.2.1" | ||
"eslint-plugin-wyze": "^1.3.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "~2.2.0", | ||
"eslint": "^2.4.0", | ||
"eslint-plugin-react": "^4.2.0", | ||
"eslint-plugin-wyze": "^1.2.0" | ||
"eslint-plugin-wyze": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.13.0", | ||
"eslint": "~2.2.0", | ||
"eslint-plugin-react": "^4.2.1" | ||
"eslint": "^2.4.0", | ||
"eslint-plugin-react": "^4.2.3" | ||
} | ||
} |
@@ -17,2 +17,5 @@ module.exports = { | ||
'newline-after-var': [2, 'always'], | ||
// Require newline before return statement | ||
// https://github.com/eslint/eslint/tree/master/docs/rules/newline-before-return.md | ||
'newline-before-return': 2, | ||
// disallow multiple empty lines and only one newline at the end | ||
@@ -19,0 +22,0 @@ // https://github.com/eslint/eslint/blob/master/docs/rules/no-multiple-empty-lines.md |
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
9847
164
- Removedeslint@2.2.0(transitive)
- Removedestraverse-fb@1.3.2(transitive)
- Removedglob@6.0.4(transitive)
- Removedglobals@8.18.0(transitive)
- Removedignore@2.2.19(transitive)
- Removedis-core-module@2.15.1(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedresolve@1.22.8(transitive)
- Removedshelljs@0.5.3(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
Updatedbabel-eslint@^6.0.0-beta.6
Updatedeslint-plugin-wyze@^1.3.0