
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@samhammer/vue-cli-plugin-stylelint
Advanced tools
forked from @ascendancyy/vue-cli-plugin-stylelint merged fork of @zysce/vue-cli-plugin-stylelint merged fork of @raul338/vue-cli-plugin-stylelint
stylelint plugin for vue-cli
This allows you to use stylelint-config-recommended-vue with SCSS (recommended) and/or prettier
vue-cli-service lint:style
Usage: vue-cli-service lint:style [options] [...files]
Options:
--no-fix do not auto-fix errors
--options list additional stylelint cli options
Lints and fixes files. If no specific files are given, it lints all vue files, html files, and stylesheets in src.
Lint on (re)build with stylelint-webpack-plugin can be enabled with the lintStyleOnBuild option. You can also provide additional options to stylelint. See available options on the stylelint website.
module.exports = {
// ...
pluginOptions: {
lintStyleOnBuild: true,
stylelint: {
fix: true, // boolean (default: true)
files: "", // string | [string] (default: ['src/**/*.{vue,htm,html,css,sss,less,scss}'])
// See https://stylelint.io/developer-guide/formatters/
formatter: () => {}, // function (default: require('stylelint-codeframe-formatter'))
// etc...
},
},
};
via vue-cli (recommended)
vue add @SamhammerAG/vue-cli-plugin-stylelint
via yarn
yarn add -D @SamhammerAG/vue-cli-plugin-stylelint
vue invoke @SamhammerAG/vue-cli-plugin-stylelint
via npm
npm install --save-dev @SamhammerAG/vue-cli-plugin-stylelint
vue invoke @SamhammerAG/vue-cli-plugin-stylelint
config.plugin('stylelint')config.plugin('stylelint').use('stylelint-webpack-plugin')config.plugin('friendly-errors').tap(/* Adds additional transformer and formatter */)FAQs
stylelint plugin for vue-cli
The npm package @samhammer/vue-cli-plugin-stylelint receives a total of 726 weekly downloads. As such, @samhammer/vue-cli-plugin-stylelint popularity was classified as not popular.
We found that @samhammer/vue-cli-plugin-stylelint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.