Closed
Description
Started here - #1433 (comment)
(only for packages/react-scripts)
- If arrow functions are already used maybe switch others functions to arrow ?
- Same for
var
->const
. For example:- test.js - only
const
is used - start.js - only
var
is used - webpack.config.prod.js both
var
andconst
are used
- test.js - only