UNPKG

@justia/stylelint-config

Version:
92 lines (91 loc) 2.31 kB
{ "name": "@justia/stylelint-config", "version": "5.0.2", "description": "Justia's base Scss Stylelint configuration", "keywords": [ "guidelines", "idomatic", "idomatic-css", "order", "sass", "scss", "stylelint", "config", "justia", "styleguide", "lint", "rscss" ], "homepage": "https://github.com/justia/front-end-projects/tree/master/packages/stylelint-config#readme", "bugs": { "url": "https://github.com/justia/front-end-projects/issues" }, "repository": { "type": "git", "url": "git+https://github.com/justia/front-end-projects.git", "directory": "packages/stylelint-config" }, "license": "MIT", "author": "Diego Miguel <digznav@gmail.com>", "main": "index.js", "directories": { "test": "test" }, "files": [ "index.js", "index.d.ts", "rscss.js", "rscss.d.ts", "lib/*.js", "lib/*.d.ts", "rules/**/*.js", "rules/**/*.d.ts" ], "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "tsc -b tsconfig.build.json --clean", "format": "prettier --write --parser=json-stringify '**/*.json' && sort-package-json", "lint": "eslint . --ext .ts --fix --report-unused-disable-directives", "prepublishOnly": "safe-publish-latest", "rebuild": "npm run clean && npm run build", "status": "npm test", "poststatus": "npm run typecheck", "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest", "typecheck": "tsc -p tsconfig.json --noEmit" }, "jest": { "roots": [ "<rootDir>/test" ], "testMatch": [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" } }, "dependencies": { "postcss-scss": "^4.0.4", "stylelint-config-prettier-scss": "^1.0.0", "stylelint-order": "^6.0.1", "stylelint-rscss": "^0.4.0", "stylelint-scss": "^6.4.0" }, "devDependencies": { "postcss-scss": "^4.0.4", "stylelint": "^16.0.0" }, "peerDependencies": { "prettier": "^3.3.0", "stylelint": "^16.0.0", "stylelint-prettier": "^5.0.0" }, "engines": { "node": ">=12.22.0" }, "publishConfig": { "access": "public" }, "gitHead": "6f4f920144dc36e5a6cdb9824c76245f386570d2" }