diff --git a/configs/eslint.json b/configs/eslint.json index b93d9e9eb..ba2194f59 100644 --- a/configs/eslint.json +++ b/configs/eslint.json @@ -54,5 +54,5 @@ } }, "scrap_start_urls": false, - "nb_hits": 17911 -} + "nb_hits": 17942 +} \ No newline at end of file diff --git a/configs/eslint_demo_475.json b/configs/eslint_demo_475.json deleted file mode 100644 index af4097d74..000000000 --- a/configs/eslint_demo_475.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "index_name": "eslint_demo_475", - "start_urls": [ - { - "url": "https://eslint.org/blog/", - "tags": [ - "blog" - ], - "selectors_key": "blog" - }, - { - "url": "https://eslint.org/docs/(?P.*?)/", - "variables": { - "area": [ - "rules", - "user-guide", - "developer-guide", - "maintainer-guide" - ] - }, - "tags": [ - "docs" - ] - } - ], - "sitemap_urls": [ - "https://eslint.org/sitemap.xml" - ], - "stop_urls": [ - ".html$", - "https://eslint.org/docs/\\d" - ], - "selectors": { - "default": { - "lvl0": "main article h1", - "lvl1": "main article h2", - "lvl2": "main article h3", - "lvl3": "main article h4", - "lvl4": "main article h5", - "text": "main article p, main article li" - }, - "blog": { - "lvl0": { - "selector": "", - "global": true, - "default_value": "Blog" - }, - "lvl1": "main article h1", - "lvl2": "main article h2", - "lvl3": "main article h3", - "lvl4": "main article h4", - "lvl5": "main article h5", - "text": "main article p, main article li" - } - }, - "scrap_start_urls": false, - "nb_hits": 17911 -}