Skip to content

Commit 7326b91

Browse files
committed
feat(#160): Add more linters and fix files.
1 parent 6475155 commit 7326b91

File tree

5,417 files changed

+6646
-5578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,417 files changed

+6646
-5578
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Install dependencies.
1717
run: npm ci
1818

19+
- name: Lint with fix.
20+
run: npx eslint --fix
21+
1922
# Build the website with Eleventy.
2023
- name: Build Eleventy.
2124
run: npm run build

_src/_data/participants/07.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ display = "07"
66
[[websites]]
77
url = "http://log.07xi.com/"
88
title = "07"
9-
years = [2008]
9+
years = [ 2008 ]

_src/_data/participants/0ad-co-uk.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ display = "0ad.co.uk"
66
[[websites]]
77
url = "http://www.0ad.co.uk/"
88
title = "0ad.co.uk"
9-
years = [2009]
9+
years = [ 2009 ]

_src/_data/participants/1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ display = "1"
66
[[websites]]
77
url = "http://websee.ru/"
88
title = "1"
9-
years = [2009]
9+
years = [ 2009 ]

_src/_data/participants/100-design.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ display = "100% design"
66
[[websites]]
77
url = "http://www.100la100design.ro/"
88
title = "100% design"
9-
years = [2007,2008,2009]
9+
years = [
10+
2007,
11+
2008,
12+
2009
13+
]

_src/_data/participants/1000volt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ display = "1000Volt"
66
[[websites]]
77
url = "http://1000volt.se/"
88
title = "1000Volt"
9-
years = [2007]
9+
years = [ 2007 ]

_src/_data/participants/100iso-it.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ display = "Luca Annunziata"
55

66
[[websites]]
77
url = "http://static.blogo.it/melablog/greenpeace-allapple-store/01.jpg"
8-
years = [2007]
8+
years = [ 2007 ]
99

1010
[[websites]]
1111
url = "http://www.100iso.it/2007/04/04/uno-strip-online/"
12-
years = [2007]
12+
years = [ 2007 ]

_src/_data/participants/101tattoos.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ display = "101tattoos"
66
[[websites]]
77
url = "http://101tattoos.com/"
88
title = "101tattoos"
9-
years = [2009]
9+
years = [ 2009 ]

_src/_data/participants/107-designs.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ display = "107 Designs"
66
[[websites]]
77
url = "http://www.107designs.com/"
88
title = "107 Designs"
9-
years = [2008,2009]
9+
years = [
10+
2008,
11+
2009
12+
]

_src/_data/participants/108.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ display = "| 108層 沙上慢書閣 |"
66
[[websites]]
77
url = "http://yoshitoshi.tistory.com/"
88
title = "| 108層 沙上慢書閣 |"
9-
years = [2008]
9+
years = [ 2008 ]

0 commit comments

Comments
 (0)