Skip to content

Commit

Permalink
#3 Linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gidztech committed Jan 14, 2019
1 parent da6ed30 commit b3f7bca
Show file tree
Hide file tree
Showing 18 changed files with 1,341 additions and 194 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Set the default behavior, in case people don't have core.autocrlf set
* text=auto

# Require Unix line endings
* text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.zip binary
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.idea/
.idea
.vscode
.DS_Store
node_modules/
.npm
.env
npm-debug.log
node_modules
tests/todomvc-react/
lib
lib
5 changes: 4 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
tabWidth: 4
{
"singleQuote": true,
"tabWidth": 4
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: required
language: node_js
node_js:
- "node"
- "node"
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b3f7bca

Please sign in to comment.