UNPKG

waft-css-lint

Version:

WAFT Standard shareable config for stylelint

47 lines (46 loc) 1.21 kB
{ "name": "waft-css-lint", "version": "1.1.94", "description": "WAFT Standard shareable config for stylelint", "main": "dist/index.js", "scripts": { "test": "jest test", "build": "rm -fr dist && tsc", "deploy": "npm rum test && npm run build", "output": "npx stylelint -f json 'tests/asserts/a.acss' --custom-formatter ./dist/format.js" }, "repository": { "type": "git", "url": "http://gitlab.alibaba-inc.com/wb-jt706470/waft-css-lint.git" }, "keywords": [ "waft", "stylelint" ], "author": "江涛", "license": "ISC", "devDependencies": { "@types/jest": "^26.0.14", "@types/node": "^14.14.14", "@types/power-assert": "^1.5.3", "jest": "^26.5.2", "jest-config": "^26.5.2", "power-assert": "^1.6.1", "ts-jest": "^26.4.1", "typescript": "^4.3.4" }, "dependencies": { "@types/colors": "^1.2.1", "@types/glob": "^7.1.3", "@types/lodash": "^4.14.170", "@types/stylelint": "^14.0.0", "@types/table": "^6.3.2", "colors": "^1.4.0", "glob": "^7.1.7", "loadsh": "^0.0.4", "stylelint": "14.5.0", "stylelint-config-standard": "^24.0.0", "table": "^6.7.1", "waft-afuns": "^1.0.1" } }