@fisker/lint-staged-config
Version:
fisker's Shareable lint-staged Configuration
39 lines (38 loc) • 998 B
JSON
{
"name": "@fisker/lint-staged-config",
"version": "3.4.0",
"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": "aac25fe2a2563d1ac85215f3d869f7c4ace85c0e"
}