1.8.4 • Published 2 months ago

@recodive/configs v1.8.4

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
2 months ago

@recodive/configs

This package contains a set of configurations for our Recodive projects.

Configs

.vscode/settings.json - VSCode settings file.

.vscode/extensions.json - VSCode extensions file.

.editorconfig - EditorConfig configuration file.

.gitattributes - Git attributes file.

.npmrc - npm configuration file.

.prettierrc - Prettier configuration file.

Husky

Husky is a tool that allows you to run scripts at certain points in git's execution. It is used to run linting and testing before commits and pushes.

.husky - Husky configuration file.

You need to add the following scripts to your package.json file: "prepare": "npx husky install"

Commitlint is used to lint commit messages. This is run on the commit-msg hook. .commitlintrc - Commitlint configuration file.

Lint-staged is used to run linting on staged files. This is run on the pre-commit hook. .lintstagedrc - lint-staged configuration file.

1.8.4

2 months ago

1.8.2

2 months ago

1.8.1

2 months ago

1.7.6

3 months ago

1.7.3

3 months ago

1.7.5

3 months ago

1.7.4

3 months ago

1.7.1

3 months ago

1.7.0

3 months ago

1.6.0

3 months ago

1.1.2

10 months ago

1.1.1

11 months ago

1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago