Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't swap out 1:1 without error #37

Open
johnnyshankman opened this issue Nov 9, 2022 · 0 comments
Open

Can't swap out 1:1 without error #37

johnnyshankman opened this issue Nov 9, 2022 · 0 comments

Comments

@johnnyshankman
Copy link

 INFO  Starting development server...
 ERROR  TypeError: message.text.replace is not a function
TypeError: message.text.replace is not a function
    at /Users/johnshankman/Documents/manifoldxyz/manifold-burn-redeem-widgets/node_modules/stylelint/lib/formatters/stringFormatter.js:149:6
    at Array.map (<anonymous>)
    at formatter (/Users/johnshankman/Documents/manifoldxyz/manifold-burn-redeem-widgets/node_modules/stylelint/lib/formatters/stringFormatter.js:135:42)
    at /Users/johnshankman/Documents/manifoldxyz/manifold-burn-redeem-widgets/node_modules/stylelint/lib/formatters/stringFormatter.js:212:12
    at Array.reduce (<anonymous>)

All i did was swap from stylelint-config-standard to stylelint-config-standard-scss

module.exports = {
  processors: [
    [
      '@mapbox/stylelint-processor-arbitrary-tags',
      {
        fileFilterRegex: [/\.vue$/]
      }
    ]
  ],
  "extends": "stylelint-config-standard-scss",
  rules: {
    'string-quotes': 'single',
    'no-duplicate-selectors': null,
    'no-descending-specificity': null,
    'at-rule-no-unknown': null,
    'block-no-empty': process.env.NODE_ENV === 'production' ? true : null,
    'no-empty-source': null,
  }
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant