{"library":"sass-lint-vue","title":"sass-lint-vue","description":"Command line tool to lint Sass/SCSS styles inside Vue single file components by extracting <style> blocks and feeding them to sass-lint. Version 0.4.0 is the latest stable release (last updated 2017). No longer actively maintained; users should migrate to stylelint with stylelint-scss and Vue-specific plugins. Key differentiator: leverages the legacy sass-lint engine, which is deprecated in favor of stylelint.","language":"javascript","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["npm install sass-lint-vue"],"cli":{"name":"sass-lint-vue","version":null}},"imports":["const sassLintVue = require('sass-lint-vue');","const { lintFiles } = require('sass-lint-vue');","const { CLI } = require('sass-lint-vue');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install: npm install sass-lint-vue\n// Create .sass-lint.yml (sass-lint config)\n// Run CLI on a .vue file:\n// npx sass-lint-vue components/MyComponent.vue\n\n// Programmatic usage:\nconst { lintFiles } = require('sass-lint-vue');\nconst results = lintFiles('src/**/*.vue');\nconsole.log(results);","lang":"javascript","description":"Shows CLI usage and programmatic API for linting Sass in Vue components.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}