Skip to content

Commit 20b704d

Browse files
committed
Move to grunt logging
1 parent 33ff818 commit 20b704d

File tree

5 files changed

+503
-358
lines changed

5 files changed

+503
-358
lines changed

.jshintrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"esversion": 8,
3+
"asi": true,
34
"curly": true,
45
"eqeqeq": true,
56
"expr": true,

.stylelintrc

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"rules": {
3+
"indentation": [
4+
2,
5+
{
6+
"except": ["value"],
7+
"severity": "warning"
8+
}
9+
]
10+
}
11+
}

package-lock.json

+131-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)