@operato/popup
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.2.10](https://github.com/hatiolab/operato/compare/v0.2.9...v0.2.10) (2021-11-15) | ||
### :bug: Bug Fix | ||
* update eslint-config for open-wc ([1130c63](https://github.com/hatiolab/operato/commit/1130c6300da89612f7e55a9b61a348266bea0b96)) | ||
### [0.2.9](https://github.com/hatiolab/operato/compare/v0.2.8...v0.2.9) (2021-11-06) | ||
@@ -8,0 +17,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"main": "dist/src/index.js", | ||
@@ -58,26 +58,2 @@ "module": "dist/src/index.js", | ||
"customElements": "custom-elements.json", | ||
"eslintConfig": { | ||
"parser": "@typescript-eslint/parser", | ||
"extends": [ | ||
"@open-wc", | ||
"prettier" | ||
], | ||
"plugins": [ | ||
"@typescript-eslint" | ||
], | ||
"rules": { | ||
"no-unused-vars": "off", | ||
"@typescript-eslint/no-unused-vars": [ | ||
"error" | ||
], | ||
"import/no-unresolved": "off", | ||
"import/extensions": [ | ||
"error", | ||
"always", | ||
{ | ||
"ignorePackages": true | ||
} | ||
] | ||
} | ||
}, | ||
"prettier": "@hatiolab/prettier-config", | ||
@@ -95,3 +71,3 @@ "husky": { | ||
}, | ||
"gitHead": "4e801fe5ad9a80736af1568c9a19dd876a391648" | ||
"gitHead": "fb3fb912e73b1091a46015956b9a0655bf1d9b71" | ||
} |
Sorry, the diff of this file is not supported yet
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
178491