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
Maybe this is less relevant, but might be a good idea since it's a repository with UI code and .css files.
We can run npx stylelint "**/*.css" from CI.
You need to create a config file for this, but something like a .stylelintrc.json file under the extension directory, with this:
{
"extends": "stylelint-config-standard",
}
Might be a good enough starting point.
The text was updated successfully, but these errors were encountered:
Maybe this is less relevant, but might be a good idea since it's a repository with UI code and
.css
files.We can run
npx stylelint "**/*.css"
from CI.You need to create a config file for this, but something like a
.stylelintrc.json
file under theextension
directory, with this:Might be a good enough starting point.
The text was updated successfully, but these errors were encountered: