mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ec67ee400c
* Runs a lint rule on tests only that errors if it sees `fdescribe` or `fit` calls. * Changes `file:` to `link:` for our custom, internal rules (just to simplify updating these in the future). * Updates `eslint` from 3.10 -> 4.1 and `babel-eslint` from 7.1 -> 8.0 so that we can run this new rule only against tests.