@justeattakeaway/pie-webc-core
Advanced tools
Comparing version 0.24.1 to 0.24.2
# Changelog | ||
## 0.24.2 | ||
### Patch Changes | ||
- [Fixed] - Imports to align with new linting rule ([#1622](https://github.com/justeattakeaway/pie/pull/1622)) by [@xander-marjoram](https://github.com/xander-marjoram) | ||
[Removed] - Empty lines at the start of some files | ||
## 0.24.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@justeattakeaway/pie-webc-core", | ||
"version": "0.24.1", | ||
"version": "0.24.2", | ||
"description": "PIE design system base classes, mixins and utilities for web components", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,4 +0,3 @@ | ||
/* eslint-disable max-classes-per-file */ | ||
import { LitElement, isServer } from 'lit'; | ||
import type { GenericConstructor } from '../types/GenericConstructor'; | ||
import { type LitElement, isServer } from 'lit'; | ||
import { type GenericConstructor } from '../types/GenericConstructor'; | ||
@@ -5,0 +4,0 @@ /** |
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
47997
915