@salesforce-ux/eslint-plugin-slds 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -2355,7 +2355,7 @@ var rules = {
2355
2355
  var plugin = {
2356
2356
  meta: {
2357
2357
  name: "@salesforce-ux/eslint-plugin-slds",
2358
- version: "1.0.4"
2358
+ version: "1.0.5"
2359
2359
  },
2360
2360
  rules,
2361
2361
  configs: {}
package/eslint.config.mjs CHANGED
@@ -12,7 +12,7 @@ export default defineConfig([
12
12
  "@salesforce-ux/slds": slds,
13
13
  css: cssPlugin
14
14
  },
15
- extends: ["@salesforce-ux/slds/recommended", "css/recommended"]
15
+ extends: ["@salesforce-ux/slds/recommended"]
16
16
  //defineConfig() helper helps which config to use internally.
17
17
  },
18
18
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce-ux/eslint-plugin-slds",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "main": "build/index.js",
5
5
  "exports": {
6
6
  ".": {