UNPKG

@frc/stylelint-config-wp

Version:

Stylelint config for frc wp starter theme

29 lines (28 loc) 704 B
{ "name": "@frc/stylelint-config-wp", "version": "0.0.4", "description": "Stylelint config for frc wp starter theme", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/frc/stylelint-config-wp.git" }, "keywords": [ "WordPress", "Stylelint" ], "author": "Janne Aalto", "license": "MIT", "bugs": { "url": "https://github.com/frc/stylelint-config-wp/issues" }, "homepage": "https://github.com/frc/stylelint-config-wp#readme", "dependencies": { "stylelint-config-standard": "^23.0.0", "stylelint-scss": "^4.0.0" }, "devDependencies": {} }