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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
In version 0.4.1 you didn't attached stylelint-config.js
> stylelint "src/**/*.jsx" "src/**/*.scss"
Error: Could not find "linaria/stylelint-config". Do you need a `configBasedir`?
at module.exports (./node_modules/stylelint/lib/utils/configurationError.js:8:28)
at module.exports (./node_modules/stylelint/lib/utils/getModulePath.js:18:11)
at loadExtendedConfig (./node_modules/stylelint/lib/augmentConfig.js:186:22)
at resultPromise.then.resultConfig (./node_modules/stylelint/lib/augmentConfig.js:161:16)
at <anonymous>
If the current behavior is a bug, please provide the steps to reproduce and a minimal repository on GitHub that we can yarn install and yarn test. yarn add linaria --dev
prepare .stylelintrc file
{
"extends": [
"linaria/stylelint-config"
]
}
exec stylelint
What is the expected behavior?
Missing lint files in release version
Please provide your exact Babel configuration and mention your Linaria, Node, Yarn/npm version and operating system.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
In version 0.4.1 you didn't attached
stylelint-config.js
If the current behavior is a bug, please provide the steps to reproduce and a minimal repository on GitHub that we can
yarn install
andyarn test
.yarn add linaria --dev
prepare .stylelintrc file
exec
stylelint
What is the expected behavior?
Missing lint files in release version
Please provide your exact Babel configuration and mention your Linaria, Node, Yarn/npm version and operating system.
Temporary fix:
The text was updated successfully, but these errors were encountered: