Browse Source

Update ESLint documentation (7.23.0)

Enoc 4 years ago
parent
commit
80f4b02e03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/eslint.rb

+ 1 - 1
lib/docs/scrapers/eslint.rb

@@ -2,7 +2,7 @@ module Docs
   class Eslint < UrlScraper
     self.name = 'ESLint'
     self.type = 'simple'
-    self.release = '7.21.0'
+    self.release = '7.23.0'
     self.base_url = 'https://eslint.org/docs/'
     self.root_path = 'user-guide/getting-started'
     self.links = {