UNPKG

@bitfactory/stylelint-config

Version:
90 lines 2.36 kB
{ "name": "@bitfactory/stylelint-config", "version": "7.0.0", "description": "Stylelint sharable config for Bitfactory NL (part of NOBEARS) projects", "keywords": [ "stylelint", "stylelintconfig", "postcss", "sass", "scss", "tailwind", "stylistic", "vue" ], "repository": "https://github.com/Bitfactory-NL/shared-npm-stylelint-config-bitfactory", "license": "MIT", "author": "Bitfactory NL (part of NOBEARS)", "type": "module", "exports": { ".": "./index.js", "./postcss": "./postcss.js", "./sass": "./sass.js", "./scss": "./scss.js", "./stylistic": "./stylistic.js", "./stylelint-order": "./stylelint-order.js", "./tailwind": "./tailwind.js", "./tailwindcss": "./tailwindcss.js" }, "main": "index.js", "directories": { "doc": "docs" }, "files": [ "docs", "index.js", "postcss.js", "sass.js", "scss.js", "stylelint-order.js", "stylistic.js", "tailwind.js", "tailwindcss.js", "README.md", "QUICKSTART.md", "CONTRIBUTING.md" ], "devDependencies": { "@bitfactory/eslint-config": "7.0.0", "eslint": "9.39.1", "lint-staged": "15.5.2", "npm-check-updates": "19.1.2", "simple-git-hooks": "2.13.1" }, "peerDependencies": { "@stylistic/stylelint-config": "^3.0.1", "@stylistic/stylelint-plugin": "^4.0.0", "postcss": "^8.5.6", "postcss-html": "^1.8.0", "postcss-scss": "^4.0.9", "stylelint": "^16.25.0", "stylelint-config-standard": ">=39.0.0", "stylelint-order": "^7.0.0", "stylelint-scss": "^6.12.1" }, "peerDependenciesMeta": { "postcss-html": { "optional": true }, "postcss-scss": { "optional": true }, "stylelint-scss": { "optional": true } }, "engines": { "node": "^20.9.0 || ^22.11.0 || ^24.11.0" }, "scripts": { "eslint": "eslint '**/*.{cjs,js,mjs}'", "eslint:fix": "pnpm run eslint --fix", "lint": "pnpm run eslint && pnpm run stylelint", "lint:fix": "pnpm run eslint:fix && pnpm run stylelint:fix", "stylelint": "stylelint '**/*.css'", "stylelint:fix": "pnpm run stylelint --fix", "update:interactive": "pnpm exec npm-check-updates -i", "update:minor": "pnpm exec npm-check-updates -i -t minor", "update:patch": "pnpm exec npm-check-updates -t patch" } }