eslint-config-valorsoft
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "eslint-config-valorsoft", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Valor Software's ESLint config, following our styleguide", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"eslint": "2.2.0" | ||
"eslint": "2.3.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -32,3 +32,3 @@ # Welcome to the most strict eslint config ever | ||
- `no-eq-null` - duplicates `eqeqeq:smart` | ||
- `no-restricted-imports`, `no-restricted-modules` - dependant on project requirements | ||
- `no-restricted-imports`, `no-restricted-modules`, `no-restricted-globals` - dependant on project requirements | ||
- `id-match` - not found any particular use of this rule, `camelCase` is enough | ||
@@ -43,2 +43,3 @@ - `jsx-quotes` - I don't use jsx so I don't care | ||
- `prefer-reflect` - compatibility is to low to use | ||
- `newline-before-return` - TBD | ||
@@ -45,0 +46,0 @@ ## What is tweaked |
Sorry, the diff of this file is not supported yet
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
11919
63
+ Addedeslint@2.3.0(transitive)
- Removedeslint@2.2.0(transitive)
- Removedestraverse-fb@1.3.2(transitive)
Updatedeslint@2.3.0