UNPKG

sl-fe-lint

Version:

lint set for front end project

36 lines (35 loc) 998 B
{ "name": "sl-fe-lint", "version": "2.0.2", "description": "lint set for front end project ", "main": "index.js", "scripts": { "add-react": "git remote add react https://github.com/seeliang/react-range-selector.git && git fetch react", "start": "yarn install && yarn react-sample", "react-sample": "yarn add-react && git worktree add test/js/react react/master", "react-test": "yarn eslint test/js/react/src", "reset": "rm -rf test && git worktree prune", "test": "yarn react-test" }, "repository": { "type": "git", "url": "git+https://github.com/seeliang/fe-lint.git" }, "keywords": [ "lint", "front", "end" ], "author": "sihui", "license": "ISC", "bugs": { "url": "https://github.com/seeliang/fe-lint/issues" }, "homepage": "https://github.com/seeliang/fe-lint#readme", "devDependencies": { "babel-eslint": "^8.1.2", "eslint": "^4.14.0", "eslint-plugin-react": "^7.5.1", "sass-lint": "^1.12.1" } }