@mizdra/eslint-plugin-layout-shift
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -5,3 +5,3 @@ 'use strict'; | ||
rules: { | ||
'media-element-has-size-attributes': require('./media-element-has-size-attributes'), | ||
'require-size-attributes': require('./require-size-attributes'), | ||
}, | ||
@@ -17,3 +17,3 @@ configs: { | ||
rules: { | ||
'@mizdra/layout-shift/media-element-has-size-attributes': 2, | ||
'@mizdra/layout-shift/require-size-attributes': 2, | ||
}, | ||
@@ -20,0 +20,0 @@ }, |
{ | ||
"name": "@mizdra/eslint-plugin-layout-shift", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "ESLint plugin to force responsive media elements to set the width/height attributes", | ||
"repository": "https://github.com/mizdra/eslint-plugin-layout-shift", | ||
"homepage": "https://github.com/mizdra/eslint-plugin-layout-shift", | ||
"bugs": "https://github.com/mizdra/eslint-plugin-layout-shift/issues", | ||
"private": false, | ||
@@ -6,0 +9,0 @@ "license": "MIT", |
@@ -48,3 +48,3 @@ # @mizdra/eslint-plugin-layout-shift | ||
"rules": { | ||
"@mizdra/layout-shift/media-element-has-size-attributes": 2 | ||
"@mizdra/layout-shift/require-size-attributes": 2 | ||
} | ||
@@ -56,3 +56,3 @@ } | ||
- [@mizdra/layout-shift/media-element-has-size-attributes](https://github.com/mizdra/eslint-plugin-layout-shift/blob/master/docs/rules/media-element-has-size-attributes.md): Forbid media element without an explicit size attributes | ||
- [@mizdra/layout-shift/require-size-attributes](https://github.com/mizdra/eslint-plugin-layout-shift/blob/master/docs/rules/require-size-attributes.md): Forbid media element without an explicit size attributes | ||
@@ -62,3 +62,5 @@ ## Release (for contributor) | ||
```console | ||
$ # Wait for passing CI... | ||
$ git switch master | ||
$ git pull | ||
$ yarn version | ||
@@ -65,0 +67,0 @@ $ npm publish |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6097
0
67
65