UNPKG

@atomicsmash/coding-standards

Version:

A collection of coding standards configurations.

44 lines (43 loc) 1.09 kB
{ "name": "@atomicsmash/coding-standards", "type": "module", "version": "17.0.0", "description": "A collection of coding standards configurations.", "main": "index.js", "types": "index.d.ts", "devDependencies": { "@cspell/cspell-types": "^9.5.0" }, "peerDependencies": { "@atomicsmash/browserslist-config": "^17.0.0", "@atomicsmash/eslint-config": "^17.0.0", "@wordpress/stylelint-config": "^23.28.0", "prettier": "^3.7.4", "stylelint": "^16.26.1", "stylelint-config-standard": "^39.0.1", "stylelint-config-standard-scss": "^16.0.0", "stylelint-no-restricted-syntax": "^2.2.1", "stylelint-order": "^7.0.0" }, "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" } }