Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 24, 2023
1 parent d7629ab commit f531865
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
],
"scripts": {
"lint": "eslint . --no-error-on-unmatched-pattern",
"prettier": "prettier '**/*.{svg,yml,js,ts,html,md,less,json}' --ignore-path .prettierignore",
"prettier": "prettier !package-lock.json . --ignore-path .gitignore",
"format": "npm run prettier -- --write",
"commitlint": "npx commitlint --from=HEAD~1",
"stylelint": "stylelint '**/*.{less,css}' --allow-empty-input --config package.json"
"stylelint": "stylelint '**/*.{less,css}' --allow-empty-input --config package.json",
"version": "npm run format"
},
"commitlint": {
"extends": [
Expand Down
12 changes: 4 additions & 8 deletions projects/cspell-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.17.0](https://github.com/taiga-family/linters/compare/@taiga-ui/[email protected]...@taiga-ui/[email protected]) (2023-10-19)


### Features

* **cspell-config:** add new word ([d6d74da](https://github.com/taiga-family/linters/commit/d6d74da2b7623b7560198467566f4dc1a826b42e))




- **cspell-config:** add new word
([d6d74da](https://github.com/taiga-family/linters/commit/d6d74da2b7623b7560198467566f4dc1a826b42e))

# Change Log

Expand Down
20 changes: 4 additions & 16 deletions projects/eslint-plugin-experience/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.1](https://github.com/taiga-family/linters/compare/@taiga-ui/[email protected]...@taiga-ui/[email protected]) (2023-10-19)

**Note:** Version bump only for package @taiga-ui/eslint-plugin-experience





# [0.11.0](https://github.com/taiga-family/linters/compare/@taiga-ui/[email protected]...@taiga-ui/[email protected]) (2023-10-18)


### Features

* **eslint-plugin-experience:** restrict underscore prefix ([2b72882](https://github.com/taiga-family/linters/commit/2b728829339e4527dfd333e0cd719e8f3a652419))




- **eslint-plugin-experience:** restrict underscore prefix
([2b72882](https://github.com/taiga-family/linters/commit/2b728829339e4527dfd333e0cd719e8f3a652419))

## [0.10.4](https://github.com/taiga-family/linters/compare/@taiga-ui/[email protected]...@taiga-ui/[email protected]) (2023-10-17)

**Note:** Version bump only for package @taiga-ui/eslint-plugin-experience





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down

0 comments on commit f531865

Please sign in to comment.