v0.2.0
Enhanced
-
Consider
src/servicesas a separate category when linting the order of imports (0cf1111, #6) -
Require all components to be written as normal functions. That is mostly to avoid arrow functions as part of convention. (b1d4577, #5)
-
Require tests for the source code. We now require all files to have corresponding test file. (e217d37, #4)
-
Forbid default export in certain files inside collections:
api.js,actions.jsanduse.js(8b11e30, #8)