Mercurial > p > roundup > code
annotate 3rdparty/bootstrap/js/.jshintrc @ 5756:e48b039b0ec0
issue2550966: fix suboptimal links in docs.
I think I got the majority of them. Some links still don't resolve
because they are gone and there is no replacement afaict.
Also the check is picking up example links like: https://.../rest and
http://localhost:8017/... which should not be checked but are.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 01 Jun 2019 21:39:17 -0400 |
| parents | c109f7c1e477 |
| children |
| rev | line source |
|---|---|
|
4854
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
1 { |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
2 "validthis": true, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
3 "laxcomma" : true, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
4 "laxbreak" : true, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
5 "browser" : true, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
6 "eqnull" : true, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
7 "debug" : true, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
8 "devel" : true, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
9 "boss" : true, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
10 "expr" : true, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
11 "asi" : true |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
12 } |
