Skip to content

Commit 50e592d

Browse files
committed
build: fix linter
1 parent 43f1f4b commit 50e592d

File tree

4 files changed

+20
-24
lines changed

4 files changed

+20
-24
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

11-
[*.{json,yml,jade,pss,css,html,js}]
11+
[*.{json,yml,jade,pss,css,html,js},.eslintrc]
1212
indent_size = 2
1313

1414
[changelog.md,*.html]

.eslintrc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parser": "babel-eslint",
3+
"plugins": [
4+
"html",
5+
"ava",
6+
"unicorn",
7+
"babel",
8+
"markdown"
9+
],
10+
"extends": [
11+
"plugin:unicorn/recommended",
12+
"plugin:ava/recommended",
13+
"xo",
14+
"xo-space"
15+
],
16+
"rules": {
17+
"capitalized-comments": "off"
18+
}
19+
}

.eslintrc.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

changelog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,3 @@
729729
## 0.0.0 (2016-01-18)
730730

731731
* init ([79148f8](https://github.com/posthtml/posthtml-cli/commit/79148f8))
732-
733-
734-

0 commit comments

Comments
 (0)