@compiled/eslint-plugin
Advanced tools
Comparing version 0.16.0 to 0.17.0
@@ -14,3 +14,4 @@ export declare const flatRecommended: { | ||
readonly '@compiled/no-suppress-xcss': "error"; | ||
readonly '@compiled/shorthand-property-sorting': "error"; | ||
}; | ||
}; |
@@ -18,4 +18,5 @@ "use strict"; | ||
'@compiled/no-suppress-xcss': 'error', | ||
'@compiled/shorthand-property-sorting': 'error', | ||
}, | ||
}; | ||
//# sourceMappingURL=flat-recommended.js.map |
export declare const recommended: { | ||
plugins: string[]; | ||
rules: { | ||
'@compiled/local-cx-xcss': string; | ||
'@compiled/no-css-prop-without-css-function': string; | ||
'@compiled/no-css-tagged-template-expression': string; | ||
'@compiled/no-empty-styled-expression': string; | ||
'@compiled/no-exported-css': string; | ||
'@compiled/no-exported-keyframes': string; | ||
'@compiled/no-invalid-css-map': string; | ||
'@compiled/no-js-xcss': string; | ||
'@compiled/no-keyframes-tagged-template-expression': string; | ||
'@compiled/no-styled-tagged-template-expression': string; | ||
'@compiled/no-suppress-xcss': string; | ||
readonly plugins: readonly ["@compiled"]; | ||
readonly rules: { | ||
readonly '@compiled/local-cx-xcss': "error"; | ||
readonly '@compiled/no-css-prop-without-css-function': "error"; | ||
readonly '@compiled/no-css-tagged-template-expression': "error"; | ||
readonly '@compiled/no-empty-styled-expression': "error"; | ||
readonly '@compiled/no-exported-css': "error"; | ||
readonly '@compiled/no-exported-keyframes': "error"; | ||
readonly '@compiled/no-invalid-css-map': "error"; | ||
readonly '@compiled/no-js-xcss': "error"; | ||
readonly '@compiled/no-keyframes-tagged-template-expression': "error"; | ||
readonly '@compiled/no-styled-tagged-template-expression': "error"; | ||
readonly '@compiled/no-suppress-xcss': "error"; | ||
readonly '@compiled/shorthand-property-sorting': "error"; | ||
}; | ||
}; |
@@ -18,4 +18,5 @@ "use strict"; | ||
'@compiled/no-suppress-xcss': 'error', | ||
'@compiled/shorthand-property-sorting': 'error', | ||
}, | ||
}; | ||
//# sourceMappingURL=recommended.js.map |
@@ -42,15 +42,16 @@ export declare const name = "/* NAME */"; | ||
readonly recommended: { | ||
plugins: string[]; | ||
rules: { | ||
'@compiled/local-cx-xcss': string; | ||
'@compiled/no-css-prop-without-css-function': string; | ||
'@compiled/no-css-tagged-template-expression': string; | ||
'@compiled/no-empty-styled-expression': string; | ||
'@compiled/no-exported-css': string; | ||
'@compiled/no-exported-keyframes': string; | ||
'@compiled/no-invalid-css-map': string; | ||
'@compiled/no-js-xcss': string; | ||
'@compiled/no-keyframes-tagged-template-expression': string; | ||
'@compiled/no-styled-tagged-template-expression': string; | ||
'@compiled/no-suppress-xcss': string; | ||
readonly plugins: readonly ["@compiled"]; | ||
readonly rules: { | ||
readonly '@compiled/local-cx-xcss': "error"; | ||
readonly '@compiled/no-css-prop-without-css-function': "error"; | ||
readonly '@compiled/no-css-tagged-template-expression': "error"; | ||
readonly '@compiled/no-empty-styled-expression': "error"; | ||
readonly '@compiled/no-exported-css': "error"; | ||
readonly '@compiled/no-exported-keyframes': "error"; | ||
readonly '@compiled/no-invalid-css-map': "error"; | ||
readonly '@compiled/no-js-xcss': "error"; | ||
readonly '@compiled/no-keyframes-tagged-template-expression': "error"; | ||
readonly '@compiled/no-styled-tagged-template-expression': "error"; | ||
readonly '@compiled/no-suppress-xcss': "error"; | ||
readonly '@compiled/shorthand-property-sorting': "error"; | ||
}; | ||
@@ -74,2 +75,3 @@ }; | ||
readonly '@compiled/no-suppress-xcss': "error"; | ||
readonly '@compiled/shorthand-property-sorting': "error"; | ||
}; | ||
@@ -81,15 +83,16 @@ }; | ||
readonly recommended: { | ||
plugins: string[]; | ||
rules: { | ||
'@compiled/local-cx-xcss': string; | ||
'@compiled/no-css-prop-without-css-function': string; | ||
'@compiled/no-css-tagged-template-expression': string; | ||
'@compiled/no-empty-styled-expression': string; | ||
'@compiled/no-exported-css': string; | ||
'@compiled/no-exported-keyframes': string; | ||
'@compiled/no-invalid-css-map': string; | ||
'@compiled/no-js-xcss': string; | ||
'@compiled/no-keyframes-tagged-template-expression': string; | ||
'@compiled/no-styled-tagged-template-expression': string; | ||
'@compiled/no-suppress-xcss': string; | ||
readonly plugins: readonly ["@compiled"]; | ||
readonly rules: { | ||
readonly '@compiled/local-cx-xcss': "error"; | ||
readonly '@compiled/no-css-prop-without-css-function': "error"; | ||
readonly '@compiled/no-css-tagged-template-expression': "error"; | ||
readonly '@compiled/no-empty-styled-expression': "error"; | ||
readonly '@compiled/no-exported-css': "error"; | ||
readonly '@compiled/no-exported-keyframes': "error"; | ||
readonly '@compiled/no-invalid-css-map': "error"; | ||
readonly '@compiled/no-js-xcss': "error"; | ||
readonly '@compiled/no-keyframes-tagged-template-expression': "error"; | ||
readonly '@compiled/no-styled-tagged-template-expression': "error"; | ||
readonly '@compiled/no-suppress-xcss': "error"; | ||
readonly '@compiled/shorthand-property-sorting': "error"; | ||
}; | ||
@@ -113,2 +116,3 @@ }; | ||
readonly '@compiled/no-suppress-xcss': "error"; | ||
readonly '@compiled/shorthand-property-sorting': "error"; | ||
}; | ||
@@ -115,0 +119,0 @@ }; |
@@ -21,3 +21,3 @@ "use strict"; | ||
exports.name = "@compiled/eslint-plugin"; | ||
exports.version = "0.16.0"; | ||
exports.version = "0.17.0"; | ||
exports.rules = { | ||
@@ -24,0 +24,0 @@ 'jsx-pragma': jsx_pragma_1.jsxPragmaRule, |
{ | ||
"name": "@compiled/eslint-plugin", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "A familiar and performant compile time CSS-in-JS library for React.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://compiledcssinjs.com/docs/pkg-eslint-plugin", |
@@ -15,3 +15,4 @@ export const flatRecommended = { | ||
'@compiled/no-suppress-xcss': 'error', | ||
'@compiled/shorthand-property-sorting': 'error', | ||
}, | ||
} as const; |
@@ -15,3 +15,4 @@ export const recommended = { | ||
'@compiled/no-suppress-xcss': 'error', | ||
'@compiled/shorthand-property-sorting': 'error', | ||
}, | ||
}; | ||
} as const; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
458972
10741