Add prettier to pre-commit and run it
This commit is contained in:
19
.github/CONTRIBUTING.md
vendored
19
.github/CONTRIBUTING.md
vendored
@@ -2,17 +2,18 @@ Cookie Monster is written to modify Cookie Clicker as little as possible. This m
|
||||
|
||||
The following is a short description of the various `src` directories and their contents:
|
||||
|
||||
JS | Description
|
||||
-- | -
|
||||
Cache | Functions related to creating and storing data cache
|
||||
Config | Functions related to manipulating CM configuration
|
||||
Data | Hard coded values
|
||||
Disp | Functions related to displaying CM's UI
|
||||
InitSaveLoad | Functions related to registering the CM object with the Game's Modding API
|
||||
Main | Functions related to the main loop and initializing CM
|
||||
Sim | Functions related to simulate something
|
||||
| JS | Description |
|
||||
| ------------ | -------------------------------------------------------------------------- |
|
||||
| Cache | Functions related to creating and storing data cache |
|
||||
| Config | Functions related to manipulating CM configuration |
|
||||
| Data | Hard coded values |
|
||||
| Disp | Functions related to displaying CM's UI |
|
||||
| InitSaveLoad | Functions related to registering the CM object with the Game's Modding API |
|
||||
| Main | Functions related to the main loop and initializing CM |
|
||||
| Sim | Functions related to simulate something |
|
||||
|
||||
These are some additional guidelines:
|
||||
|
||||
- Try to use DOM as much as possible instead of using string manipulation to modify HTML.
|
||||
- Please be descriptive of your commits. If the commit is related to an issue or PR, please add the issue/PR number to the commit message.
|
||||
- PR's should target the `dev` branch
|
||||
|
||||
Reference in New Issue
Block a user