File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed
Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ charset = utf-8
5+ end_of_line = lf
6+ indent_size = 2
7+ indent_style = space
8+ insert_final_newline = true
9+ max_line_length = 80
10+ trim_trailing_whitespace = true
11+
12+ [* .md ]
13+ max_line_length = 0
14+ trim_trailing_whitespace = false
15+
16+ [COMMIT_EDITMSG ]
17+ max_line_length = 0
Original file line number Diff line number Diff line change 1+ .DS_Store
2+ * .log
3+ * .map
4+
5+ node_modules
6+ package-lock.json
7+ yarn.lock
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " react-tv-navigation" ,
3+ "version" : " 0.0.1" ,
4+ "description" : " " ,
5+ "main" : " 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/react-tv/react-tv-navigation.git"
12+ },
13+ "keywords" : [],
14+ "author" :
" Raphael Amorim <[email protected] >" ,
15+ "license" : " MIT" ,
16+ "bugs" : {
17+ "url" : " https://github.com/react-tv/react-tv-navigation/issues"
18+ },
19+ "homepage" : " https://github.com/react-tv/react-tv-navigation#readme"
20+ }
You can’t perform that action at this time.
0 commit comments