File tree 4 files changed +185
-208
lines changed
4 files changed +185
-208
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
18
18
### Dependencies
19
19
20
+ ## [ 5.2.3] - 2022-02-17
21
+
22
+ ### Added
23
+
24
+ ### Changed
25
+
26
+ - Change rule ` no-script-in-head ` to ` no-script-component-in-head `
27
+
28
+ ### Fixed
29
+
30
+ ### Removed
31
+
32
+ ### Dependencies
33
+
20
34
## [ 5.2.2] - 2022-02-12
21
35
22
36
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @techmmunity/eslint-config" ,
3
- "version" : " 5.2.2 " ,
3
+ "version" : " 5.2.3 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"author" : " Techmmunity" ,
6
6
"description" : " Techmmunity Style Guide" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ module.exports = {
63
63
"@next/next/no-document-import-in-page" : "error" ,
64
64
"@next/next/no-head-import-in-document" : "error" ,
65
65
"@next/next/no-script-in-document" : "error" ,
66
- "@next/next/no-script-in-head" : "error" ,
66
+ "@next/next/no-script-component- in-head" : "error" ,
67
67
"@next/next/no-typos" : "warn" ,
68
68
"@next/next/no-duplicate-head" : "error" ,
69
69
"@next/next/inline-script-id" : "error" ,
You can’t perform that action at this time.
0 commit comments