UNPKG

stylelint-config-jam3

Version:
101 lines (100 loc) 2.52 kB
{ "name": "stylelint-config-jam3", "version": "0.1.9", "description": "Jam3 shareable config for stylelint", "main": "index.js", "scripts": { "test": "jest --watch", "test-ci": "jest --ci && npm run linters", "linters": "npm-run-all -p js-lint adviser-dev", "adviser-dev": "adviser --verbose", "js-lint": "eslint '*.js' --quiet --ignore-pattern .gitignore", "release": "standard-version" }, "engines": { "node": ">=10.15.0", "npm": ">=6.5.0" }, "keywords": [ "stylelint", "stylelint-config", "jam3", "styleguide", "config", "code", "quality", "lint", "linter", "style", "code style", "strict", "check", "hint", "verify" ], "jest": { "collectCoverage": true, "collectCoverageFrom": [ "__test__/**/*.js", "!**/node_modules/**" ] }, "lint-staged": { "*.js": [ "eslint --fix", "prettier --write", "git add" ], "__tests__/**/*.js": [ "eslint --fix", "prettier --write", "git add" ] }, "husky": { "hooks": { "pre-commit": "echo 'Pre-commit checks...' && lint-staged", "pre-push": "echo 'Pre-push checks...' && npm run test-ci", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "repository": { "type": "git", "url": "git+https://github.com/Jam3/stylelint-config-jam3.git" }, "author": "Iran Reyes <iranreyesfleitas@gmail.com> (http://www.iranreyes.com)", "license": "MIT", "bugs": { "url": "https://github.com/Jam3/stylelint-config-jam3/issues" }, "peerDependencies": { "stylelint": "^13.13.1" }, "homepage": "https://github.com/Jam3/stylelint-config-jam3#readme", "dependencies": { "stylelint-performance-animation": "1.2.2" }, "devDependencies": { "@commitlint/cli": "12.1.4", "@commitlint/config-conventional": "12.1.4", "adviser": "0.7.5", "adviser-plugin-dependencies": "0.4.2", "babel-eslint": "10.1.0", "eslint": "7.29.0", "eslint-config-jam3": "2.0.1", "eslint-config-prettier": "8.3.0", "eslint-config-standard": "16.0.3", "eslint-plugin-import": "2.23.4", "eslint-plugin-jest": "24.3.6", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "3.4.0", "eslint-plugin-promise": "5.1.0", "eslint-plugin-standard": "4.1.0", "husky": "6.0.0", "jest": "27.0.6", "lint-staged": "11.0.0", "npm-run-all": "4.1.5", "prettier": "2.3.2", "standard-version": "9.3.0" } }