particle
particle copied to clipboard
### Configure ESLINT
Issue
Install and configure ESLINT in the project.
Analysis
ESLINT will lint the project to ensure JavaScript matches the code standards and style. Add @phase2/eslint-config
package to utilize project configuration developed for the project.
Confirmation
As a developer, my code is linted by project tools in order to keep a consistent code style.