mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update ESLint documentation (7.25.0)
This commit is contained in:
parent
1c3ceca2d2
commit
609191bcc1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Eslint < UrlScraper
|
||||
self.name = 'ESLint'
|
||||
self.type = 'simple'
|
||||
self.release = '7.23.0'
|
||||
self.release = '7.25.0'
|
||||
self.base_url = 'https://eslint.org/docs/'
|
||||
self.root_path = 'user-guide/getting-started'
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue