mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update ESLint documentation (8.16.0)
This commit is contained in:
parent
1f1e144693
commit
f6570b54b4
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 = '8.10.0'
|
||||
self.release = '8.16.0'
|
||||
self.base_url = 'https://eslint.org/docs/'
|
||||
self.root_path = 'user-guide/getting-started'
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue