Skip to content

Commit

Permalink
Merge pull request #37 from windyakin/v4
Browse files Browse the repository at this point in the history
Bootstrap v4.0.0 に対応する
  • Loading branch information
windyakin authored Jul 1, 2018
2 parents 1f189f8 + c247257 commit 09d242d
Show file tree
Hide file tree
Showing 69 changed files with 61,384 additions and 20,955 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_style = space
tab_width = 2
insert_final_newline = true
trim_trailing_whitespace = true
Expand Down
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "airbnb-base",
"rules": {
"arrow-body-style": ["error", "always"],
"no-console": ["off"]
}
}
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

Loading

0 comments on commit 09d242d

Please sign in to comment.