Linting makes more sense when running before committing your code. By doing that you can ensure no errors are going into repository and enforce code style. But running a lint process on a whole project is slow and linting results can be irrelevant. Ultimately you only want to lint files that will be committed. This project contains a script that will run arbitrary npm and shell tasks with a list of staged files as an argument, filtered by a specified glob pattern.
stage-files linter stylelint eslint git developer-experience workflow lint staged prettier code quality check format validateThe standard shareable config for Stylelint. Extends stylelint-config-recommended.
stylelint stylelint-config standardCheck config/themes.json.sample to get samples. Check config/watcher.json.sample to get samples.
magento magento-2 magento2-extension toolset gulp yarn sass-lint sass packagist csslint browsersync stylelintLint your styled components with stylelint!
stylelint styled-components linter linting processor stylelint-processor lintA collection of SCSS specific linting rules for stylelint (in a form of a plugin). stylelint by itself supports SCSS syntax very well (as well as other preprocessors' syntaxes). Moreover, it introduces some specific rules that can be used to lint SCSS, e.g. to limit nesting, control the way @-rules are written. Yet stylelint is in general focused on standard CSS.
stylelint scss linter-plugin css csslint lint linter stylelint-pluginThis module requires a minimum of Node v6.9.0 and webpack v4.0.0. Both stylelint-loader and this module have their uses. stylelint-loader lints the files you require (or the ones you define as an entry in your webpack config). However, @imports in files are not followed, meaning only the main file for each require/entry is linted.
stylelint webpack lint linter node-sass plugin webpack-pluginBefore diving into the details of CSS coding style, you can find a Sky-conformant .scss template over at git.io/template. It's important we keep code transparent and self-documented when it comes to naming our selectors.
css scss styleguide stylesheets sass sky guide stylelint stylelint-config configA plugin pack of order related linting rules for stylelint. Every rule support autofixing (stylelint --fix). Add stylelint-order to your stylelint config plugins array, then add rules you need to the rules list. All rules from stylelint-order need to be namespaced with order.
stylelint linting-rules stylelint-plugin css lint orderA list of awesome stylelint configs, plugins, etc.
stylelint awesome awesome-listThe recommended shareable config for Stylelint. It turns on all the possible errors rules within Stylelint.
stylelint stylelint-config recommendedTurns off all rules that are unnecessary or might conflict with Prettier.This lets you use you favorite shareable config without letting its stylistic choices get in the way when using Prettier.
stylelint prettier config lint cssA stylelint processor that allows you to lint CSS within arbitrary tags.The module uses a regular expression to identify code within the specified tags, then passes the code on to stylelint.
stylelint stylelint-processorA stylelint processor for using stylelint on GFM fenced code blocks in Markdown.Uses remark to parse the Markdown.
stylelint processor stylelint-processor markdown lintIf this is the first time you're using Grunt, the getting started guide will show you how to get up and running.Note that this installs both grunt-stylelint and the stylelint tool itself, which is a peer dependency. If you do not explicitly depend on stylelint in your package.json file and do not have it available, grunt-stylelint will not work. Modern versions of npm will warn you of such unmet peer dependencies.
stylelint grunt-plugins coding-standards gruntplugin checkerstylelint-rscss is a plugin for stylelint to validate your code against RSCSS conventions. It supports SCSS (Sass), SugarSS and Less, as supported by stylelint.As a stylelint plugin, it can be used with stylelint's hundreds of rules or other stylelint configs to validate other good CSS practices as well.
stylelint rscss css sass scss stylelint-config stylelint-pluginIn iTerm, Cmd+Click the filename header to open the file in your editor.
stylelint stylelint-formatter formatter reporter lint validateWorking on multiple frontend projects where you need to set up the same tools and processes and then maintain them across all of them is a tideous job. Frontwerk is a CLI that abstracts away all those processes and configuration and exposes the same API that you can use across all your projects.
eslint rollup stylelint frontend cli babel webpack jest build frontwerk lint scripts testSass Guidelines shareable config for stylelint. Simply add a "rules" key to your config and add your overrides there.
sass stylelint scss sass-guidelines stylelint-config stylelint-scss guidelines
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.