Lint against function polyfills that may be expensive (#1597)

* Lint against polyfills that may be expensive

* Exclude test file from source code linting
This commit is contained in:
ylemkimon
2018-08-13 11:26:46 +09:00
committed by GitHub
parent 8f95a275fb
commit 7f1ce374e0
3 changed files with 10 additions and 3 deletions

View File

@@ -33,6 +33,7 @@
"eslint": "^5.0.0",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-transform-runtime-aliasing": "^0.1.1",
"file-loader": "^1.1.11",
"flow-bin": "^0.78.0",
"husky": "^1.0.0-rc.8",