From 25d5f4e4da50a0364cfa9fb9754bcb48cc2ebac5 Mon Sep 17 00:00:00 2001 From: caele Date: Wed, 8 Sep 2021 13:30:00 +0200 Subject: [PATCH] chore: verify build --- .eslintrc.js | 2 +- src/extension/ext.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 60bae68..ffa6854 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -42,7 +42,7 @@ module.exports = { "no-cond-assign": ["warn"], "no-fallthrough": ["warn"], "no-undef": ["warn"], - "no-unused-vars": ["warn"], + "no-unused-vars": ["error"], "no-use-before-define": ["warn", { "functions": false, "classes": false, "variables": false }], "no-useless-escape": ["warn"], "no-useless-return": ["warn"], diff --git a/src/extension/ext.js b/src/extension/ext.js index 2d7f3cb..f9b115c 100644 --- a/src/extension/ext.js +++ b/src/extension/ext.js @@ -1,6 +1,6 @@ import { dimLongDesc } from './strings'; -export default function ext() { +export default function ext(env) { return { definition: { type: "items",