We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68801f2 commit a643b4aCopy full SHA for a643b4a
404.md
@@ -0,0 +1,3 @@
1
+---
2
+layout: 404
3
_config.yml
@@ -0,0 +1,27 @@
+remote_theme: JS-DevTools/gh-pages-theme
+
+title: Modular ESLint configuration
4
+description: Combine modules to get the right configuration for your project
5
+logo: https://jsdevtools.org/img/logos/logo.png
6
7
+author:
8
+ twitter: JS_DevTools
9
10
+google_analytics: UA-68102273-3
11
12
+twitter:
13
+ username: JS_DevTools
14
+ card: summary
15
16
+defaults:
17
+ - scope:
18
+ path: ""
19
+ values:
20
+ image: https://jsdevtools.org/img/logos/card.png
21
22
+ path: "test/**/*"
23
24
+ sitemap: false
25
26
+plugins:
27
+ - jekyll-sitemap
0 commit comments