@compiled/eslint-plugin
Advanced tools
Comparing version 0.18.0 to 0.18.1
@@ -21,3 +21,3 @@ "use strict"; | ||
exports.name = "@compiled/eslint-plugin"; | ||
exports.version = "0.18.0"; | ||
exports.version = "0.18.1"; | ||
exports.rules = { | ||
@@ -24,0 +24,0 @@ 'jsx-pragma': jsx_pragma_1.jsxPragmaRule, |
{ | ||
"name": "@compiled/eslint-plugin", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"description": "A familiar and performant compile time CSS-in-JS library for React.", | ||
@@ -23,3 +23,3 @@ "homepage": "https://compiledcssinjs.com/docs/pkg-eslint-plugin", | ||
"dependencies": { | ||
"@compiled/utils": "^0.13.1", | ||
"@compiled/utils": "^0.13.2", | ||
"estraverse": "^5.3.0" | ||
@@ -26,0 +26,0 @@ }, |
@@ -272,2 +272,19 @@ import { outdent } from 'outdent'; | ||
}, | ||
// | ||
// has a valid sorting for borderInlineStart and borderInlineEnd | ||
// | ||
{ | ||
name: 'has a valid sorting for borderInlineStart and borderInlineEnd', | ||
code: ` | ||
import { styled } from '@compiled/react'; | ||
const Bap = styled.div({ | ||
borderTop: 'none', | ||
borderInlineStart: 'none', | ||
borderInlineEnd: 'none', | ||
}); | ||
`, | ||
}, | ||
]), | ||
@@ -274,0 +291,0 @@ |
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
509876
11881
Updated@compiled/utils@^0.13.2