Skip to content

Instantly share code, notes, and snippets.

View kilonzi's full-sized avatar
🎯
Focusing

John Kitonyo kilonzi

🎯
Focusing
View GitHub Profile
@kilonzi
kilonzi / stylelint.config.js
Created October 1, 2019 16:37
The lint settings configuration file
"use strict"
module.exports = {
"extends": "stylelint-config-recommended",
"rules": {
"at-rule-empty-line-before": ["always", {
except: [
"blockless-after-same-name-blockless",
"first-nested",
],