Skip to content

Commit

Permalink
Change Rule no-script-in-head To no-script-component-in-head (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleessandrohr authored Feb 18, 2022
1 parent 708ff9d commit ffccf00
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 208 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Dependencies

## [5.2.3] - 2022-02-17

### Added

### Changed

- Change rule `no-script-in-head` to `no-script-component-in-head`

### Fixed

### Removed

### Dependencies

## [5.2.2] - 2022-02-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techmmunity/eslint-config",
"version": "5.2.2",
"version": "5.2.3",
"license": "Apache-2.0",
"author": "Techmmunity",
"description": "Techmmunity Style Guide",
Expand Down
2 changes: 1 addition & 1 deletion src/configs/nextjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
"@next/next/no-document-import-in-page": "error",
"@next/next/no-head-import-in-document": "error",
"@next/next/no-script-in-document": "error",
"@next/next/no-script-in-head": "error",
"@next/next/no-script-component-in-head": "error",
"@next/next/no-typos": "warn",
"@next/next/no-duplicate-head": "error",
"@next/next/inline-script-id": "error",
Expand Down
Loading

0 comments on commit ffccf00

Please sign in to comment.