# Contributing ## Style guides ### JavaScript All JavaScript is expected to conform to the [`semistandard` rules](https://github.com/standard/semistandard#rules). To check linting issue: ```sh npm run lint ``` To attempt to attempt to automatically fix the linting issues: ```sh npm run lint ```