Skip to content

Commit f5333d3

Browse files
### Bug Fixes * optimized regex ([e5cd913](e5cd913)) * remove overrides for unicorn/filename-case to use the ignore option of the rule ([68e791c](68e791c)) ### Miscellaneous Chores * updated license date ([7c2549e](7c2549e))
1 parent 5d5e9e9 commit f5333d3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/eslint-config/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## @anolilab/eslint-config [7.2.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-06-29)
2+
3+
4+
### Bug Fixes
5+
6+
* optimized regex ([e5cd913](https://github.com/anolilab/javascript-style-guide/commit/e5cd913b3de094f19258d1110f6927ddfbfe14d3))
7+
* remove overrides for unicorn/filename-case to use the ignore option of the rule ([68e791c](https://github.com/anolilab/javascript-style-guide/commit/68e791c5a0ef536ed4dcbe3bc45bea199f3b280b))
8+
9+
10+
### Miscellaneous Chores
11+
12+
* updated license date ([7c2549e](https://github.com/anolilab/javascript-style-guide/commit/7c2549e8605948aef563193b28b772240d9c2c8b))
13+
114
## @anolilab/eslint-config [7.2.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-06-28)
215

316

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/eslint-config",
3-
"version": "7.2.6",
3+
"version": "7.2.7",
44
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
55
"keywords": [
66
"anolilab",

0 commit comments

Comments
 (0)