UNPKG

@dovenv/lint

Version:
79 lines 1.82 kB
{ "name": "@dovenv/lint", "version": "1.4.7", "description": "Lint configuration for dovenv", "keywords": [ "eslint", "eslint-plugin", "commitlint", "config", "dovenv", "lint", "lint", "pigeonposse", "plugin", "pp", "rules", "ruleset", "staged", "stylelint" ], "homepage": "https://dovenv.pigeonposse.com/guide/plugin/lint", "bugs": { "url": "https://github.com/pigeonposse/dovenv/issues", "email": "dev@pigeonposse.com" }, "repository": { "type": "git", "url": "https://github.com/pigeonposse/dovenv", "directory": "packages/plugin/lint" }, "funding": { "type": "individual", "url": "https://pigeonposse.com/?popup=donate" }, "license": "GPL-3.0", "author": { "name": "Angelo", "email": "angelo@pigeonposse.com", "url": "https://github.com/angelespejo" }, "type": "module", "exports": { ".": "./dist/main.mjs" }, "main": "dist/main.mjs", "module": "dist/main.mjs", "types": "dist/main.d.ts", "files": [ "dist" ], "dependencies": { "@commitlint/format": "19.5.0", "@commitlint/lint": "19.7.1", "@commitlint/load": "19.6.1", "@commitlint/read": "19.5.0", "commitlint-config-gitmoji": "2.3.1", "lint-staged": "15.4.3", "stylelint": "16.14.1", "stylelint-formatter-pretty": "4.0.1", "@dovenv/eslint-config": "1.4.7", "@dovenv/stylelint-config": "1.4.7" }, "devDependencies": { "@dovenv/core": "1.4.7", "@dovenv/repo-config": "1.4.7" }, "peerDependencies": { "@dovenv/core": "1.4.7" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "unbuild", "dev": "tsx examples/main.ts", "test": "vitest run -r src --passWithNoTests" } }