Update ESLint to 6.8.0

sphinx-allow-dt-styles
Jed Fox 5 years ago
parent 598a925190
commit 474fcc49c6

@ -2,7 +2,7 @@ module Docs
class Eslint < UrlScraper class Eslint < UrlScraper
self.name = 'ESLint' self.name = 'ESLint'
self.type = 'simple' self.type = 'simple'
self.release = '6.7.0' self.release = '6.8.0'
self.base_url = 'https://eslint.org/docs/' self.base_url = 'https://eslint.org/docs/'
self.root_path = 'user-guide/getting-started' self.root_path = 'user-guide/getting-started'
self.links = { self.links = {

Loading…
Cancel
Save