Skip to content

Commit

Permalink
v4 base refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Aug 21, 2017
1 parent 4d31262 commit 27107e6
Show file tree
Hide file tree
Showing 34 changed files with 919 additions and 15,842 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Expand Up @@ -2,8 +2,8 @@ root = true


[*] [*]
indent_style = space indent_style = space
indent_size = 4 indent_size = 2
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
12 changes: 12 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,12 @@
module.exports = {
"extends": "airbnb-base",
"plugins": [
"import"
],
"globals": {
"window": true,
"document": true,
"Modernizr": true,
"DocumentTouch": true
}
};
36 changes: 0 additions & 36 deletions .jshintrc

This file was deleted.

0 comments on commit 27107e6

Please sign in to comment.