Browse Source

Update ESLint documentation (9.25.0)

Simon Legner 7 months ago
parent
commit
7dbf01e5a3
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 = '9.15.0'
+    self.release = '9.25.0'
     self.base_url = 'https://eslint.org/docs/latest/'
     self.root_path = '/'
     self.links = {