File tree Expand file tree Collapse file tree 4 files changed +33
-0
lines changed
Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ # EditorConfig is awesome: http://EditorConfig.org
2+
3+ # top-most EditorConfig file
4+ root = true
5+
6+ # Unix-style newlines with a newline ending every file
7+ [* ]
8+ indent_size = 2
9+ end_of_line = lf
10+ insert_final_newline = true
11+ trim_trailing_whitespace = true
12+ indent_style = space
Original file line number Diff line number Diff line change 1+ save-exact = true
Original file line number Diff line number Diff line change 1+ v8.11.3
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " htmldom-to-react" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " Convert HTML DOM to React elements" ,
5+ "main" : " ./lib/index.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/thomasthiebaud/htmldom-to-react.git"
12+ },
13+ "author" : " Thomas Thiebaud" ,
14+ "license" : " MIT" ,
15+ "bugs" : {
16+ "url" : " https://github.com/thomasthiebaud/htmldom-to-react/issues"
17+ },
18+ "homepage" : " https://github.com/thomasthiebaud/htmldom-to-react#readme"
19+ }
You can’t perform that action at this time.
0 commit comments