All Projects → stylelint → eslint-config-stylelint

stylelint / eslint-config-stylelint

Licence: MIT license
Stylelint org's shareable config for eslint

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to eslint-config-stylelint

Awesome Stylelint
A list of awesome stylelint plugins, configs, etc.
Stars: ✭ 179 (+297.78%)
Mutual labels:  stylelint
vscode-lint
A VSCode configuration tool integrating Stylelint and Eslint
Stars: ✭ 60 (+33.33%)
Mutual labels:  stylelint
vscode-linter
Extension for code linting, all in one package. New linters can be easily added through an extension framework.
Stars: ✭ 47 (+4.44%)
Mutual labels:  stylelint
Stylelint Prettier
Stylelint plugin for Prettier formatting
Stars: ✭ 188 (+317.78%)
Mutual labels:  stylelint
stylelint-problem-matcher
A GitHub Action that registers a problem matcher for Stylelint's report format
Stars: ✭ 18 (-60%)
Mutual labels:  stylelint
wpcs-docs
WordPress Coding Standards Docs
Stars: ✭ 59 (+31.11%)
Mutual labels:  stylelint
Prettier Stylelint
code > prettier > stylelint > formatted code
Stars: ✭ 162 (+260%)
Mutual labels:  stylelint
stencil-boilerplate
A Stencil app boilerplate including routing, Redux etc.
Stars: ✭ 51 (+13.33%)
Mutual labels:  stylelint
spec
🐣 easy to use eslint/stylelint/tslint/prettier/...
Stars: ✭ 60 (+33.33%)
Mutual labels:  stylelint
Husky.Net
Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
Stars: ✭ 394 (+775.56%)
Mutual labels:  stylelint
Styled React Boilerplate
Minimal & Modern boilerplate for building apps with React & styled-components
Stars: ✭ 198 (+340%)
Mutual labels:  stylelint
Stylelint No Unsupported Browser Features
Disallow features that aren't supported by your target browser audience.
Stars: ✭ 238 (+428.89%)
Mutual labels:  stylelint
starter-kit
🏃 A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (-53.33%)
Mutual labels:  stylelint
Stylefmt
stylefmt is a tool that automatically formats stylesheets.
Stars: ✭ 2,123 (+4617.78%)
Mutual labels:  stylelint
ultimate-hot-boilerplate
🚀 node-react universal app boilerplate with everything on hot reload, SSR, GraphQL, Flow included
Stars: ✭ 35 (-22.22%)
Mutual labels:  stylelint
Stylelint Config Primer
Sharable stylelint config used by GitHub's CSS
Stars: ✭ 165 (+266.67%)
Mutual labels:  stylelint
tryceratops
A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
Stars: ✭ 381 (+746.67%)
Mutual labels:  stylelint
cra-template-quickstart-redux
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration
Stars: ✭ 66 (+46.67%)
Mutual labels:  stylelint
promotion-web
基于React: v18.x.x/Webpack: v5.x.x/React Router v6.x.x/ Antd: v5..x.x/Fetch Api/ Typescript: v4.x.x 等最新版本进行构建...
Stars: ✭ 374 (+731.11%)
Mutual labels:  stylelint
eslint-config-ns
ESLint config ready to be used in multiple projects. Based on Airbnb's code style with prettier, jest and react support.
Stars: ✭ 27 (-40%)
Mutual labels:  stylelint

eslint-config-stylelint

NPM version Build Status

stylelint org's shareable config for ESLint.

For consistent JavaScript across stylelint's repos.

Installation

$ npm install eslint-config-stylelint --save-dev

Usage

Add this to your package.json:

{
  "eslintConfig": {
    "extends": ["stylelint"]
  }
}

Changelog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].