All Projects → primer → stylelint-config

primer / stylelint-config

Licence: MIT license
Sharable stylelint config used by GitHub's CSS

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to stylelint-config

Stylelint Config Primer
Sharable stylelint config used by GitHub's CSS
Stars: ✭ 165 (-14.95%)
Mutual labels:  stylelint, lint, config
lints
Lint all your JavaScript, CSS, HTML, Markdown and Dockerfiles with a single command
Stars: ✭ 14 (-92.78%)
Mutual labels:  stylelint, lint
vscode-lint
A VSCode configuration tool integrating Stylelint and Eslint
Stars: ✭ 60 (-69.07%)
Mutual labels:  stylelint, lint
elint
A easy way to lint your code
Stars: ✭ 38 (-80.41%)
Mutual labels:  stylelint, lint
Husky.Net
Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
Stars: ✭ 394 (+103.09%)
Mutual labels:  stylelint, lint
dotfiles
My dotfiles (vim/conky/etc.)
Stars: ✭ 79 (-59.28%)
Mutual labels:  config
actionlint
Static checker for GitHub Actions workflow files
Stars: ✭ 1,385 (+613.92%)
Mutual labels:  lint
nvim-config
My neovim config
Stars: ✭ 63 (-67.53%)
Mutual labels:  config
dotfiles
My personal monorepo: dotfiles, /etc-files, single-file scripts, vim plugins, webexts/userscripts, xmonad config, all that stuff…
Stars: ✭ 84 (-56.7%)
Mutual labels:  config
html-sass-jumpstart
Minimal Sass/HTML Template Site - dart sass powered, includes stylelint and prettier, and autoprefix upon build. develop script includes hot-reload via browsersync.
Stars: ✭ 82 (-57.73%)
Mutual labels:  stylelint
crab
Golang API Framework
Stars: ✭ 57 (-70.62%)
Mutual labels:  config
sitri
Sitri - powerful settings & configs for python
Stars: ✭ 20 (-89.69%)
Mutual labels:  config
flexlint
A flexible linter with rules defined by regular expression
Stars: ✭ 19 (-90.21%)
Mutual labels:  lint
cra-template-quickstart-redux
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration
Stars: ✭ 66 (-65.98%)
Mutual labels:  stylelint
luli
A static analysis and linter tool for Lua
Stars: ✭ 45 (-76.8%)
Mutual labels:  lint
react-native-config-reader
🛠 Easily access any of the build configs defined in build.gradle or info.plist from your JS code.
Stars: ✭ 44 (-77.32%)
Mutual labels:  config
stencil-boilerplate
A Stencil app boilerplate including routing, Redux etc.
Stars: ✭ 51 (-73.71%)
Mutual labels:  stylelint
ngx-translate-lint
Simple CLI tools for check `ngx-translate` keys
Stars: ✭ 25 (-87.11%)
Mutual labels:  lint
eslint-config-stylelint
Stylelint org's shareable config for eslint
Stars: ✭ 45 (-76.8%)
Mutual labels:  stylelint
dotfiles
My dotfiles, use it with care 😅
Stars: ✭ 20 (-89.69%)
Mutual labels:  config

Primer Stylelint Config

npm version

A sharable stylelint config object that enforces GitHub's CSS rules

Install

$ npm install --save --dev @primer/stylelint-config

Usage

Within your stylelint config object You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object:

{
  "extends": ["@primer/stylelint-config"],
  "rules": { }
}

Documentation

Primer Stylelint Config extends the stylelint-config-standard configuration supplied by Stylelint, and makes modifications in /index.js.

Plugins

License

MIT © GitHub

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].