diff options
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 9e5c3409e..ac0b12a8e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -488,6 +488,7 @@ "commands": [ "npm install", "./node_modules/.bin/eslint -v", + "npm show @stylistic/eslint-plugin version", "./node_modules/.bin/eslint ./", "./node_modules/.bin/stylelint -v", "npm show stylelint-config-standard version", |