forked from eslint/archive-website
-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
84 lines (66 loc) · 2.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
title: ESLint - Pluggable JavaScript linter
layout: default
redirect_from: "/docs/"
homepage: true
---
<div class="row">
<div class="col-md-12">
<h3>Welcome</h3>
<p class="lead">ESLint is an open source project originally created by <a href="http://nczonline.net">Nicholas
C. Zakas</a> in June 2013. Its goal is to provide a pluggable linting utility for JavaScript.</p>
<h3>Latest News</h3>
{% assign post = site.posts.first %}
<ul>
<li class="{{ post.popular }} {{ post.new }}">
<a href="{{ post.url }}">{{ post.title }}</a>
<span class="date">{{ post.date | date: "%-d %B %Y" }}</span>
</li>
</ul>
</div>
</div>
<hr class="hr-near-above">
<div class="row">
<div class="col-sm-6 col-md-6">
<h3>About</h3>
<p>Learn more about ESLint and why it came about and the general philosophy behind it. </p>
<p><a class="btn btn-default" href="/docs/about/" role="button">Learn More »</a></p>
</div>
<div class="col-sm-6 col-md-6">
<h3>Rules</h3>
<p>ESLint comes with a bunch of default rules to get you started. This is the complete list. </p>
<p><a class="btn btn-default" href="/docs/rules/" role="button">See List »</a></p>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-6">
<h3>Command Line Interface</h3>
<p>ESLint is written to be used primarily on the command line. Learn about its usage here. </p>
<p><a class="btn btn-default" href="/docs/user-guide/command-line-interface" role="button">CLI Details
»</a></p>
</div>
<div class="col-sm-6 col-md-6">
<h3>Developer Guide</h3>
<p>Love ESLint and want to help make it even awesomer? We've got all the details to get you started.</p>
<p><a class="btn btn-default" href="/docs/developer-guide/" role="button">Start Hacking »</a></p>
</div>
</div>
<hr class="hr-near-below">
<div class="row">
<div class="col-sm-12">
<h2 class="text-center">Who's using ESLint?</h2>
<div class="logos row">
</div>
<div class="expender row text-center">
see more <span class="caret"></span>
</div>
</div>
</div>
<hr class="hr-near-below">
<div class="row">
<div class="col-sm-12">
ESLint requires <a href="http://nodejs.org">Node.js</a> or <a href="http://iojs.org">io.js</a> and works
on <span itemprop="operatingSystem">Windows</span>,
<span itemprop="operatingSystem">Mac</span> and <span itemprop="operatingSystem">Linux</span>
</div>
</div>