File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.3.3 - 2023-04-14
4
+
5
+ ## What's Changed
6
+
7
+ - Bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.57.1 by @dependabot in
8
+ https://github.com/fewlinesco/javascript-styleguide/pull/115
9
+ - Bump @typescript-eslint/parser from 5.57.0 to 5.57.1 by @dependabot in
10
+ https://github.com/fewlinesco/javascript-styleguide/pull/116
11
+ - Bump prettier-plugin-tailwindcss from 0.2.6 to 0.2.7 by @dependabot in
12
+ https://github.com/fewlinesco/javascript-styleguide/pull/117
13
+ - Bump eslint from 8.37.0 to 8.38.0 by @dependabot in
14
+ https://github.com/fewlinesco/javascript-styleguide/pull/118
15
+ - Bump typescript from 5.0.3 to 5.0.4 by @dependabot in
16
+ https://github.com/fewlinesco/javascript-styleguide/pull/119
17
+ - Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.58.0 by @dependabot in
18
+ https://github.com/fewlinesco/javascript-styleguide/pull/120
19
+ - Bump @typescript-eslint/parser from 5.57.1 to 5.58.0 by @dependabot in
20
+ https://github.com/fewlinesco/javascript-styleguide/pull/121
21
+
22
+ ** Full Changelog** : https://github.com/fewlinesco/javascript-styleguide/compare/v0.3.2...v0.3.3
23
+
3
24
## 0.3.2 - 2023-04-03
4
25
5
26
## What's Changed
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ directly as it would conflict with ESLint.
12
12
## General rules
13
13
14
14
To enforce consistency throughout our imports and exports, we are using
15
- https://www.npmjs.com/package/eslint-plugin-import[eslint-plugin-import ] .
15
+ [ eslint-plugin-import ] ( https://www.npmjs.com/package/eslint-plugin-import ) .
16
16
17
17
### Import
18
18
Original file line number Diff line number Diff line change 4
4
"main" : " index.js" ,
5
5
"name" : " @fewlines/javascript-styleguide" ,
6
6
"repository" :
" [email protected] :fewlinesco/javascript-styleguide.git" ,
7
- "version" : " 0.3.2 " ,
7
+ "version" : " 0.3.3 " ,
8
8
"eslintConfig" : {
9
9
"extends" : " ./node" ,
10
10
"env" : {
You can’t perform that action at this time.
0 commit comments