File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ indent_style = tab
5+ end_of_line = lf
6+ charset = utf-8
7+ trim_trailing_whitespace = true
8+ insert_final_newline = true
9+
10+ [{package.json,.* rc,* .yml} ]
11+ indent_style = space
12+ indent_size = 2
13+
14+ [* .md ]
15+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 1+ language : node_js
2+ node_js :
3+ - " node"
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ npm i -D preact-cli-plugin-async
1414import asyncPlugin from ' preact-cli-plugin-async' ;
1515
1616export default (config ) => {
17- asyncPlugin (config);
17+ asyncPlugin (config);
1818}
1919```
2020
2121## License
2222
2323MIT © [ developit] ( https://github.com/developit )
2424
25+ [ Preact CLI ] : https://github.com/developit/preact-cli
2526[ Kneden ] : https://github.com/babel/kneden
You can’t perform that action at this time.
0 commit comments