UNPKG

@team23/stylelint-config-team23-standard

Version:
51 lines (50 loc) 1.2 kB
{ "name": "@team23/stylelint-config-team23-standard", "version": "5.0.0", "description": "Standard shareable config for stylelint at TEAM23", "keywords": [ "stylelint", "stylelint-config", "scss", "TEAM23" ], "author": "TEAM23", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/team23/stylelint-config-team23-standard" }, "type": "module", "main": "index.js", "files": [ "index.js" ], "scripts": { "lint": "eslint .", "test": "vitest run", "watch": "vitest" }, "dependencies": { "stylelint-config-standard": "^36.0.1" }, "devDependencies": { "@eslint/compat": "^1.2.4", "@team23/eslint-config-team23-standard": "^9.0.3", "eslint": "^9.17.0", "eslint-config-stylelint": "^23.0.0", "stylelint": "^16.12.0", "vitest": "^2.1.8" }, "peerDependencies": { "stylelint": "^16.12.0" }, "eslintConfig": { "extends": [ "stylelint" ], "globals": { "module": true, "require": true } } }