You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
After running prettier-stylelint '**/*.scss' — leaving --write off for now just to dry-run — I'm getting the following error:
prettier-stylelint [ERROR]: There was an error formatting "lib/showbie-previewer/addon/components/sbe-preview/text-on-page/styles.scss"
TypeError: Cannot set property 'singleQuote' of null
at resolveConfig.resolve (~/web/node_modules/prettier-stylelint/src/index.js:48:41)
at linterAPI.getConfigForFile.then (~/web/node_modules/prettier-stylelint/src/index.js:32:31)
It appears to be thrown for every .scss file in the codebase, regardless of whether there's quotes in the file or not. Formatting a file manually via Atom (with prettier-atom extension & stylelint integration enabled) formats the code as expected.
Using
node 6.12.0
prettier-stylelint ~0.4.2
Let me know if I can provide more info!
The text was updated successfully, but these errors were encountered:
After running
prettier-stylelint '**/*.scss'
— leaving--write
off for now just to dry-run — I'm getting the following error:It appears to be thrown for every
.scss
file in the codebase, regardless of whether there's quotes in the file or not. Formatting a file manually via Atom (withprettier-atom
extension & stylelint integration enabled) formats the code as expected.Using
6.12.0
~0.4.2
Let me know if I can provide more info!
The text was updated successfully, but these errors were encountered: