Skip to content

Conversation

BoomchainLabs
Copy link

No description provided.

Add a devcontainer configuration file to the repository.

* **Devcontainer Configuration:**
  - Add `.devcontainer/devcontainer.json` file with tasks for testing, building, and launching the project.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Boomchainlab/slerf.com?shareId=XXXX-XXXX-XXXX-XXXX).
* **package.json**
  - Add ESLint and Prettier as development dependencies
  - Add linting and formatting scripts

* **.eslintrc.json**
  - Create ESLint configuration file with necessary rules and settings

* **.prettierrc**
  - Create Prettier configuration file with necessary rules and settings

* **README.md**
  - Add instructions for running linting and formatting scripts

* **Gruntfile.js**
  - Add ESLint task and load grunt-eslint plugin

* **.github/workflows/CI.yaml**
  - Add steps for running linting and formatting scripts
…riable

* Add ESLint, Prettier, and grunt-eslint as development dependencies in `package.json`
* Add a comment in `src/js/plugins.js` to define `jQuery` as a global variable to fix the `no-undef` error
Signed-off-by: Boomchain Labs  <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant