Open pconrad opened 1 year ago
In this PR, we add eslint to the project for linting the Javascript code
eslint
With eslint installed, you can type:
npx eslint --fix app/javascript
and get a list of issues that should be addressed in the Javascript code.
In this PR, we add
eslint
to the project for linting the Javascript codeWith
eslint
installed, you can type:and get a list of issues that should be addressed in the Javascript code.