UNPKG

@atomicsmash/coding-standards

Version:

A collection of coding standards configurations.

44 lines (43 loc) 1.1 kB
{ "name": "@atomicsmash/coding-standards", "version": "12.0.2", "description": "A collection of coding standards configurations.", "main": "index.js", "types": "index.d.ts", "devDependencies": { "@cspell/cspell-types": "^8.15.4" }, "peerDependencies": { "@atomicsmash/browserslist-config": "^12.0.2", "@atomicsmash/eslint-config": "^12.0.2", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@wordpress/stylelint-config": "^23.2.0", "prettier": "^3.3.3", "stylelint": "^16.10.0", "stylelint-config-standard": "^36.0.1", "stylelint-config-standard-scss": "^14.0.0", "stylelint-order": "^6.0.4" }, "keywords": [ "atomic", "smash", "coding", "standards" ], "repository": { "type": "git", "url": "https://github.com/AtomicSmash/packages", "directory": "packages/coding-standards" }, "homepage": "https://www.atomicsmash.co.uk/", "license": "GPL-3.0-or-later", "author": { "name": "Atomic Smash", "email": "npm@atomicsmash.co.uk", "url": "https://www.atomicsmash.co.uk/" }, "publishConfig": { "access": "public" } }