@nice-move/stylelint-config 0.10.28 → 0.10.29

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/index.cjs CHANGED
@@ -18,7 +18,10 @@ module.exports = {
18
18
  ],
19
19
  ...(tailwind
20
20
  ? {
21
- 'at-rule-no-deprecated': [true, { ignoreAtRules: ['apply'] }],
21
+ 'at-rule-no-deprecated': [
22
+ true,
23
+ { ignoreAtRules: ['apply', 'wv-keep-import'] },
24
+ ],
22
25
  'declaration-property-value-no-unknown': [
23
26
  true,
24
27
  {
package/lib/utils.cjs CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  const { haveLocalDependencies, getPkg } = require('settingz');
4
4
 
5
- // eslint-disable-next-line consistent-return
6
5
  function isMiniApp(value) {
7
6
  if (getPkg('nice-move').isMiniApp) {
8
7
  return value;
@@ -16,6 +15,7 @@ const AT_RULE_NO_UNKNOWN = tailwind
16
15
  true,
17
16
  {
18
17
  ignoreAtRules: [
18
+ 'wv-keep-import',
19
19
  'apply',
20
20
  'custom-variant',
21
21
  'layer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-move/stylelint-config",
3
- "version": "0.10.28",
3
+ "version": "0.10.29",
4
4
  "description": "A `stylelint` config created by personal preferences",
5
5
  "license": "MIT",
6
6
  "author": {