Lint website (#1519)

* Lint website

* Add comment to empty_thead.js
This commit is contained in:
ylemkimon
2018-07-28 23:49:36 +09:00
committed by Erik Demaine
parent 4114288403
commit db2aecce24
10 changed files with 248 additions and 199 deletions

8
website/.eslintrc Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": [
"plugin:react/recommended"
],
"rules": {
"react/prop-types": 0
}
}