eslint-plugin-kolibri
Advanced tools
Comparing version 0.16.0-dev.1 to 0.16.0-dev.2
@@ -16,4 +16,4 @@ /** | ||
let hasTemplate; | ||
let definitionNodes = []; | ||
let usedStringNodes = []; | ||
const definitionNodes = []; | ||
const usedStringNodes = []; | ||
@@ -20,0 +20,0 @@ const initialize = { |
@@ -16,5 +16,5 @@ /** | ||
let unusedProperties = []; | ||
let thisExpressionsVariablesNames = []; | ||
let befoureRouteEnterInstanceProperties = []; | ||
let watchStringMethods = []; | ||
const thisExpressionsVariablesNames = []; | ||
const befoureRouteEnterInstanceProperties = []; | ||
const watchStringMethods = []; | ||
@@ -21,0 +21,0 @@ const sourceCode = context.getSourceCode(); |
@@ -18,4 +18,4 @@ /** | ||
let unusedProperties = []; | ||
let thisExpressionsVariablesNames = []; | ||
let befoureRouteEnterInstanceProperties = []; | ||
const thisExpressionsVariablesNames = []; | ||
const befoureRouteEnterInstanceProperties = []; | ||
@@ -22,0 +22,0 @@ const initialize = { |
@@ -20,3 +20,3 @@ /** | ||
let definitionNodes = []; | ||
let usedStrings = []; | ||
const usedStrings = []; | ||
@@ -23,0 +23,0 @@ const initialize = { |
@@ -15,6 +15,6 @@ /** | ||
let hasTemplate; | ||
let unusedVuexProperties = []; | ||
let thisExpressionsVariablesNames = []; | ||
let befoureRouteEnterInstanceProperties = []; | ||
let watchStringMethods = []; | ||
const unusedVuexProperties = []; | ||
const thisExpressionsVariablesNames = []; | ||
const befoureRouteEnterInstanceProperties = []; | ||
const watchStringMethods = []; | ||
@@ -21,0 +21,0 @@ const initialize = { |
@@ -15,5 +15,5 @@ /** | ||
let hasTemplate; | ||
let unusedVuexProperties = []; | ||
let thisExpressionsVariablesNames = []; | ||
let befoureRouteEnterInstanceProperties = []; | ||
const unusedVuexProperties = []; | ||
const thisExpressionsVariablesNames = []; | ||
const befoureRouteEnterInstanceProperties = []; | ||
@@ -20,0 +20,0 @@ const initialize = { |
{ | ||
"name": "eslint-plugin-kolibri", | ||
"version": "0.16.0-dev.1", | ||
"version": "0.16.0-dev.2", | ||
"description": "Custom rules.", | ||
@@ -5,0 +5,0 @@ "author": "Learning Equality", |
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
91170