UNPKG

stylelint-config-awzome

Version:

A shareable linting-config for stylelint.

27 lines (26 loc) 639 B
{ "name": "stylelint-config-awzome", "version": "3.0.0", "description": "A shareable linting-config for stylelint.", "keywords": [ "stylelint", "scss" ], "main": "stylelint.config.js", "files": [ "stylelint.config.js" ], "author": "Dominik Spiertz", "license": "MIT", "dependencies": { "stylelint": "^14.2.0", "stylelint-config-recommended-scss": "^5.0.2", "stylelint-declaration-strict-value": "^1.8.0", "stylelint-scss": "^4.1.0", "stylelint-selector-tag-no-without-class": "^2.0.5" }, "devDependencies": { "eslint": "^7.32.0", "eslint-config-stylelint": "^15.0.0" } }