UNPKG

@dovenv/lint

Version:

Lint configuration for dovenv

86 lines 1.97 kB
{ "name": "@dovenv/lint", "version": "1.6.2", "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": "https", "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": { ".": { "import": { "types": "./dist/main.d.mts", "default": "./dist/main.mjs" } } }, "main": "dist/main.mjs", "module": "dist/main.mjs", "types": "dist/main.d.ts", "files": [ "dist" ], "sideEffects": false, "dependencies": { "@commitlint/format": "21.0.1", "@commitlint/lint": "21.0.1", "@commitlint/load": "21.0.1", "@commitlint/read": "21.0.1", "commitlint-config-gitmoji": "2.3.1", "lint-staged": "~17.0.5", "publint": "0.3.21", "stylelint": "~17.11.1", "stylelint-formatter-pretty": "4.0.1" }, "devDependencies": { "@dovenv/core": "1.6.2", "@dovenv/eslint-config": "1.6.2", "@dovenv/repo-config": "1.6.2", "@dovenv/stylelint-config": "1.6.2" }, "peerDependencies": { "@dovenv/core": "1.6.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "unbuild", "dev": "tsx examples/main.ts", "test": "vitest run -r src --passWithNoTests" } }