@ravti/analytics
Advanced tools
Comparing version 21.10.0 to 21.10.1-rc1
@@ -1,8 +0,1 @@ | ||
/** | ||
* eslint (base) configuation template | ||
* | ||
* Use this configuration for all eslint configurations that do not use React. | ||
* | ||
* TODO Consolidate all of the formats to explicitly use this file | ||
*/ | ||
module.exports = { | ||
@@ -13,2 +6,3 @@ extends: "airbnb/base", | ||
"arrow-parens": [2, "as-needed"], | ||
"camelcase": 0, | ||
"class-methods-use-this": 1, | ||
@@ -25,4 +19,4 @@ "function-paren-newline": 0, | ||
["builtin", "external", "internal"], | ||
["parent", "sibling", "index"] | ||
] | ||
["parent", "sibling", "index"], | ||
], | ||
} | ||
@@ -39,5 +33,6 @@ ], | ||
"no-unused-vars": 1, | ||
camelcase: 0, | ||
quotes: [2, "double", "avoid-escape"] | ||
"quotes": [2, "double", "avoid-escape"], | ||
"sort-keys": [1, "asc", { caseSensitive: false, natural: true }], | ||
"sort-vars": 2, | ||
} | ||
}; |
{ | ||
"name": "@ravti/analytics", | ||
"version": "21.10.0", | ||
"version": "21.10.1-rc1", | ||
"description": "Ravti analytics", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
36251
895
2