Skip to content

Commit 8620d88

Browse files
committed
Добавляет package.json
1 parent 4c204c6 commit 8620d88

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "stylelint-config-htmlacademy",
3+
"version": "0.0.1",
4+
"description": "Stylelint shareable config for the HTML Academy style",
5+
"files": [
6+
"index.js"
7+
],
8+
"keywords": [
9+
"HTMLAcademy",
10+
"HTML Academy",
11+
"code",
12+
"quality",
13+
"style",
14+
"lint",
15+
"linter",
16+
"stylelint",
17+
"validate",
18+
"code style",
19+
"strict",
20+
"check",
21+
"checker",
22+
"verify",
23+
"enforce",
24+
"hint"
25+
],
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/htmlacademy/stylelint-config-htmlacademy.git"
29+
},
30+
"author": " <zyuzin.vitaly@htmlacademy.ru>",
31+
"license": "MIT",
32+
"bugs": {
33+
"url": "https://github.com/htmlacademy/stylelint-config-htmlacademy/issues"
34+
},
35+
"homepage": "https://github.com/htmlacademy/stylelint-config-htmlacademy#readme"
36+
}

0 commit comments

Comments
 (0)