One thing I did notice is when I run npm run lint I get the following error:
ESLint couldn't find a configuration file. To set up a configuration file for this project, please run: eslint --init ESLint looked for configuration files in /Users/chrisjo/Sites/wordpress/wp-content/themes/anacapa/assets/scripts and its ancestors.
The config file is in /assets/build, not assets/scripts. I updated my publicPath variable in assets/config.json but that doesn’t seem to have fixed the problem.