This enables JS linting with Airbnb's recommended eslint configuration and formatting with Prettier. This also implements changes to satisfy those standards (both manual and automatic).
Warning some manual changes were made to satisfy eslint rules that could be considered risky (e.g., for loops → Object.keys().forEach() loops).
To support the above changes, this also adds:
A .tool-versions file for installing a prescribed version of NodeJS with asdf
This enables JS linting with Airbnb's recommended
eslint
configuration and formatting with Prettier. This also implements changes to satisfy those standards (both manual and automatic).To support the above changes, this also adds:
.tool-versions
file for installing a prescribed version of NodeJS withasdf
package.json
to supporteslint
andprettier