Files
KaTeX/website/.eslintrc
ylemkimon db2aecce24 Lint website (#1519)
* Lint website

* Add comment to empty_thead.js
2018-07-28 10:49:36 -04:00

9 lines
114 B
Plaintext

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