Closed SidneyNemzer closed 4 months ago
The lint scripts didn't cover all the files
Before:
> echo src/**/*.js src/alias/alias.js src/constants/index.js src/store/Store.js src/store/applyMiddleware.js src/strategies/constants.js src/wrap-store/wrapStore.js
Fixed:
> echo src/{**/,}*.js src/alias/alias.js src/constants/index.js src/store/Store.js src/store/applyMiddleware.js src/strategies/constants.js src/wrap-store/wrapStore.js src/index.js src/listener.js src/serialization.js src/util.js
Note: The base of this PR is #297, I'll merge that PR first
The lint scripts didn't cover all the files
Before:
Fixed:
Note: The base of this PR is #297, I'll merge that PR first