Skip to content

Commit dd0e56c

Browse files
author
Brylie Christopher Oxley
committed
Lint
1 parent 9cef9a3 commit dd0e56c

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

composer.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"name": "creativecommons/creativecommons-base",
3-
"description": "The Creative Commons base theme",
4-
"type": "wordpress-theme",
5-
"license": "GPL-2.0-or-later",
6-
"authors": [
7-
{
8-
"name": "Hugo Solar",
9-
"email": "hugo@creativecommons.org"
10-
},
11-
{
12-
"name": "Brylie Christopher Oxley",
13-
"email": "brylie@creativecommons.org"
14-
}
15-
],
16-
"scripts": {
17-
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
18-
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",
19-
"lint": "parallel-lint . --blame --exclude vendor",
20-
"sniff": "phpcs --standard=WordPress . --ignore=vendor --extensions=php"
2+
"name": "creativecommons/creativecommons-base",
3+
"description": "The Creative Commons base theme",
4+
"type": "wordpress-theme",
5+
"license": "GPL-2.0-or-later",
6+
"authors": [
7+
{
8+
"name": "Hugo Solar",
9+
"email": "hugo@creativecommons.org"
10+
},
11+
{
12+
"name": "Brylie Christopher Oxley",
13+
"email": "brylie@creativecommons.org"
2114
}
22-
}
15+
],
16+
"scripts": {
17+
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
18+
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",
19+
"lint": "parallel-lint . --blame --exclude vendor",
20+
"sniff": "phpcs --standard=WordPress . --ignore=vendor --extensions=php"
21+
}
22+
}

0 commit comments

Comments
 (0)