forked from arago/hiro-graph-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yarn format. Added format to precommit.
- Loading branch information
Dominic Cassidy
committed
Aug 16, 2018
1 parent
d3c01f9
commit 83b4dfa
Showing
14 changed files
with
2,450 additions
and
5,040 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
{ | ||
"private": true, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@arago/eslint-config-arago": "github:arago/eslint-config-arago", | ||
"babel-eslint": "^8.2.6", | ||
"eslint": "^5.3.0", | ||
"husky": "^0.14.3", | ||
"lerna": "^3.0.6", | ||
"lint-staged": "^7.2.2", | ||
"prettier": "1.14.2" | ||
}, | ||
"scripts": { | ||
"lerna": "lerna", | ||
"test": "lerna bootstrap --concurrency 1 && npm run lint && lerna run test", | ||
"publish": "lerna publish", | ||
"format": "prettier --tab-width=4 'packages/*/*.js' 'packages/*/!(node_modules|lib)/**/*.js' --write", | ||
"lint-prettier": "prettier --tab-width=4 'packages/*/*.js' 'packages/*/!(node_modules|lib)/**/*.js' --list-different", | ||
"lint-eslint": "eslint packages/", | ||
"lint": "npm run lint-prettier && npm run lint-eslint", | ||
"start-again": "rm -rf package-lock.json node_modules/* && lerna exec 'rm -rf package-lock.json node_modules/*' && lerna bootstrap --concurrency 1" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"prettier --tab-width=4 --write", | ||
"git add" | ||
] | ||
}, | ||
"eslintConfig": { | ||
"extends": "@arago/eslint-config-arago", | ||
"globals": { | ||
"__DEV__": true | ||
"private": true, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@arago/eslint-config-arago": "github:arago/eslint-config-arago", | ||
"babel-eslint": "^8.2.6", | ||
"eslint": "^5.3.0", | ||
"husky": "^0.14.3", | ||
"lerna": "^3.0.6", | ||
"lint-staged": "^7.2.2", | ||
"prettier": "1.14.2" | ||
}, | ||
"scripts": { | ||
"lerna": "lerna", | ||
"test": "lerna bootstrap --concurrency 1 && npm run lint && lerna run test", | ||
"publish": "lerna publish", | ||
"format": "prettier --tab-width=4 'packages/*/*.js' 'packages/*/!(node_modules|lib)/**/*.js' --write", | ||
"lint-prettier": "prettier --tab-width=4 'packages/*/*.js' 'packages/*/!(node_modules|lib)/**/*.js' --list-different", | ||
"lint-eslint": "eslint packages/", | ||
"lint": "npm run lint-prettier && npm run lint-eslint", | ||
"start-again": "rm -rf package-lock.json node_modules/* && lerna exec 'rm -rf package-lock.json node_modules/*' && lerna bootstrap --concurrency 1", | ||
"precommit": "yarn format" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"prettier --tab-width=4 --write", | ||
"git add" | ||
] | ||
}, | ||
"eslintConfig": { | ||
"extends": "@arago/eslint-config-arago", | ||
"globals": { | ||
"__DEV__": true | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.