Skip to content

Commit

Permalink
adapt React16
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Jun 15, 2018
1 parent df96200 commit 73bec86
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 1,207 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"react/no-unused-prop-types": "off",
"react/forbid-prop-types": "off",
"jsx-a11y/no-static-element-interactions": "off"
"jsx-a11y/no-static-element-interactions": "off",
"react/prefer-stateless-function": "off"
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ spm_modules
dist
build
assets/**/*.css
coverage
package-lock.json
213 changes: 0 additions & 213 deletions coverage/lcov-report/base.css

This file was deleted.

93 changes: 0 additions & 93 deletions coverage/lcov-report/index.html

This file was deleted.

1 change: 0 additions & 1 deletion coverage/lcov-report/prettify.css

This file was deleted.

1 change: 0 additions & 1 deletion coverage/lcov-report/prettify.js

This file was deleted.

Binary file removed coverage/lcov-report/sort-arrow-sprite.png
Binary file not shown.

0 comments on commit 73bec86

Please sign in to comment.