Skip to content

Commit

Permalink
Merge 80fb22a into 45a4d97
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgit committed Mar 2, 2019
2 parents 45a4d97 + 80fb22a commit aa787c1
Show file tree
Hide file tree
Showing 12 changed files with 2,369 additions and 2,623 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
"extends": "airbnb",
"plugins": ["react-hooks"],
"rules": {
"no-use-before-define": ["error", { "functions": false, "classes": true }],
"react/prop-types": ["off"] ,
Expand All @@ -8,6 +9,8 @@ module.exports = {
'ignoreUrls': false,
'ignoreComments': false,
}],
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
},
"env": {
"browser": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head><meta charset="UTF-8"><title>Tic-Tac-Toe</title></head><body><script>window.Set || document.write('\x3Cscript src="set-polyfill.f7d4d6d288871cd3c427.js">\x3C/script>')</script><span data-polyfillurl="polyfills.cfa7fcaa1809d1fd4a9e.js"></span> <span data-polyfillurl="react-polyfills.9a3fd04c2f90dcc5b0bc.js"></span><script src="vendors~main.f51f7cc40557d2ca89a4.js"></script><script src="main.834dbe13a42a813f9289.js"></script></body></html>
<!doctype html><html><head><meta charset="UTF-8"><title>Tic-Tac-Toe</title></head><body><script>window.Set || document.write('\x3Cscript src="set-polyfill.f7d4d6d288871cd3c427.js">\x3C/script>')</script><span data-polyfillurl="polyfills.cfa7fcaa1809d1fd4a9e.js"></span> <span data-polyfillurl="react-polyfills.9a3fd04c2f90dcc5b0bc.js"></span><script src="vendors~main.dc31b976058d5fb7d4a8.js"></script><script src="main.40706802a23b3b25759b.js"></script></body></html>
1 change: 1 addition & 0 deletions docs/main.40706802a23b3b25759b.js

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

1 change: 0 additions & 1 deletion docs/main.834dbe13a42a813f9289.js

This file was deleted.

Loading

0 comments on commit aa787c1

Please sign in to comment.