Update ESLint documentation (4.19.0)

Fixes #732.
pull/775/head
Thibaut Courouble 7 years ago
parent 58751f13bf
commit 4956a9ee38

@ -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 = '4.18.1' self.release = '4.19.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 = {
@ -14,6 +14,7 @@ module Docs
options[:skip_patterns] = [/maintainer-guide/] options[:skip_patterns] = [/maintainer-guide/]
options[:skip] = %w(about about/ rules) options[:skip] = %w(about about/ rules)
options[:replace_paths] = { 'user-guide' => 'user-guide/' }
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; JS Foundation and other contributors<br> &copy; JS Foundation and other contributors<br>

Loading…
Cancel
Save