Skip to content

Commit

Permalink
Update ESLint documentation (7.21.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterEnoc committed Mar 11, 2021
1 parent 1a633fa commit 7a10bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docs/scrapers/eslint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Docs
class Eslint < UrlScraper
self.name = 'ESLint'
self.type = 'simple'
self.release = '7.17.0'
self.release = '7.21.0'
self.base_url = 'https://eslint.org/docs/'
self.root_path = 'user-guide/getting-started'
self.links = {
Expand Down

0 comments on commit 7a10bd4

Please sign in to comment.