소스 검색

Update ESLint documentation (8.1.0)

Arnaud Valle 4 년 전
부모
커밋
f3f263c6f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = '8.0.1'
+    self.release = '8.1.0'
     self.base_url = 'https://eslint.org/docs/'
     self.root_path = 'user-guide/getting-started'
     self.links = {