UNPKG

stylelint-config-nikita

Version:

stylelint config following the nikita (s)css coding guidelines

46 lines (45 loc) 1.18 kB
{ "version": "5.0.0", "name": "stylelint-config-nikita", "license": "CC0-1.0", "homepage": "https://github.com/nikita-kit/nikita-css", "author": { "name": "", "email": "", "homepage": "https://github.com/nikita-kit" }, "description": "stylelint config following the nikita (s)css coding guidelines", "keywords": [ "nikita", "sass", "scss", "stylelint", "stylelint-config", "config", "css", "guidelines", "styleguide" ], "main": "index.js", "scripts": { "lint": "stylelint ../../**/*.scss", "lint-fix": "stylelint ../../**/*.scss --fix", "find-rules": "stylelint-find-new-rules --config index.js" }, "repository": { "type": "git", "url": "https://github.com/nikita-kit/nikita-css" }, "devDependencies": { "stylelint": "^13.7.2", "stylelint-find-new-rules": "^3.0.0", "stylelint-order": "^4.1.0" }, "peerDependencies": { "stylelint": "^13.7.2", "stylelint-order": "^4.1.0" }, "engines": { "node": ">= 10.13.0" } }