UNPKG

ys7-style

Version:

A mostly reasonable approach to JavaScript.

36 lines (35 loc) 1.24 kB
{ "name": "ys7-style", "version": "1.0.0", "description": "A mostly reasonable approach to JavaScript.", "scripts": { "preinstall": "npm run install:config && npm run install:config:base", "install:config": "cd packages/eslint-config-ys7 && npm prune && npm install", "install:config:base": "cd packages/eslint-config-ys7-base && npm prune && npm install", "test": "npm run --silent test:config && npm run --silent test:config:base", "test:config": "cd packages/eslint-config-ys7; npm test", "test:config:base": "cd packages/eslint-config-ys7-base; npm test", "travis": "npm run --silent travis:config && npm run --silent travis:config:base", "travis:config": "cd packages/eslint-config-ys7; npm run travis", "travis:config:base": "cd packages/eslint-config-ys7-base; npm run travis" }, "repository": { "type": "git", "url": "https://github.com/zhengjianqiao/javascript.git" }, "keywords": [ "style guide", "lint", "ys7", "es6", "es2015", "react", "jsx" ], "author": "MrBall_JQ", "license": "MIT", "bugs": { "url": "https://github.com/zhengjianqiao/javascript/issues" }, "homepage": "https://github.com/zhengjianqiao/javascript" }