UNPKG

@fisker/lint-staged-config

Version:

fisker's Shareable lint-staged Configuration

39 lines (38 loc) 998 B
{ "name": "@fisker/lint-staged-config", "version": "3.3.2", "description": "fisker's Shareable lint-staged Configuration", "homepage": "https://github.com/fisker/shared-configs#readme", "bugs": { "url": "https://github.com/fisker/shared-configs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/fisker/shared-configs.git" }, "license": "MIT", "author": "fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "run-p \"build:*\"", "build:js": "rollup --config", "clean": "del-cli dist", "dev": "rollup --config --watch", "test": "run-p \"test:*\"", "test:js": "echo \"no test yet\"" }, "ava": { "verbose": true }, "peerDependencies": { "prettier": "*" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "gitHead": "3ef8fd98d26efe8e419b8b276f2c0452feb5f2d5" }