Skip to content

Commit

Permalink
First draft to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Mar 11, 2017
1 parent 20ffd8c commit 7c97d0d
Show file tree
Hide file tree
Showing 26 changed files with 4,063 additions and 1,778 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["latest"]
}
6 changes: 2 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ root = true

[*]
end_of_line = lf
indent_style = tab
indent_style = spaces
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.json]
indent_size = 2
29 changes: 29 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"indent": [
"error",
2
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}
18 changes: 0 additions & 18 deletions bower.json

This file was deleted.

137 changes: 0 additions & 137 deletions build/modal-gallery.css

This file was deleted.

34 changes: 0 additions & 34 deletions build/modal-maxwidth.css

This file was deleted.

13 changes: 0 additions & 13 deletions build/modal-resize.css

This file was deleted.

105 changes: 0 additions & 105 deletions build/modal-spinner.css

This file was deleted.

30 changes: 0 additions & 30 deletions build/modal-stretch.css

This file was deleted.

Loading

0 comments on commit 7c97d0d

Please sign in to comment.