diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index d159ca5c..00000000 --- a/.prettierignore +++ /dev/null @@ -1,5 +0,0 @@ -.idea -dist -**/coverage/** -package-lock.json -CHANGELOG.md diff --git a/package.json b/package.json index 1e9ad6f9..7575fbb3 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/projects/cspell-config/CHANGELOG.md b/projects/cspell-config/CHANGELOG.md index 3d522a53..030f9d77 100644 --- a/projects/cspell-config/CHANGELOG.md +++ b/projects/cspell-config/CHANGELOG.md @@ -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/cspell-config@0.16.2...@taiga-ui/cspell-config@0.17.0) (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 diff --git a/projects/eslint-plugin-experience/CHANGELOG.md b/projects/eslint-plugin-experience/CHANGELOG.md index 534209b1..5b7c94cc 100644 --- a/projects/eslint-plugin-experience/CHANGELOG.md +++ b/projects/eslint-plugin-experience/CHANGELOG.md @@ -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/eslint-plugin-experience@0.11.0...@taiga-ui/eslint-plugin-experience@0.11.1) (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/eslint-plugin-experience@0.10.4...@taiga-ui/eslint-plugin-experience@0.11.0) (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/eslint-plugin-experience@0.10.3...@taiga-ui/eslint-plugin-experience@0.10.4) (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