Skip to content

Commit 19ae9ea

Browse files
committedSep 21, 2019
update template
1 parent 183e202 commit 19ae9ea

File tree

4 files changed

+43
-514
lines changed

4 files changed

+43
-514
lines changed
 

‎.lintstagedrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
3-
"prettier --config .prettierrc.json --write",
3+
"prettier-eslint --config .prettierrc.json --write",
44
"git add"
55
]
66
}

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased

‎package.json

+2-16
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,11 @@
2929
},
3030
"dependencies": {},
3131
"devDependencies": {
32-
"babel-eslint": "^10.0.3",
33-
"confusing-browser-globals": "^1.0.9",
34-
"eslint": "^6.4.0",
35-
"eslint-config-allanchau": "^10.0.6",
36-
"eslint-config-prettier": "^6.3.0",
37-
"eslint-plugin-eslint-comments": "^3.1.2",
38-
"eslint-plugin-import": "^2.18.2",
39-
"eslint-plugin-jsdoc": "^15.9.2",
40-
"eslint-plugin-jsx-a11y": "^6.2.3",
41-
"eslint-plugin-prettier": "^3.1.1",
42-
"eslint-plugin-react": "^7.14.3",
43-
"eslint-plugin-react-hooks": "^2.0.1",
32+
"eslint-config-allanchau": "^10.1.0",
4433
"husky": "^3.0.5",
4534
"jest": "^24.9.0",
4635
"lint-staged": "^9.2.5",
47-
"prettier-eslint-cli": "^5.0.0",
48-
"stylelint-config-prettier": "^5.2.0",
49-
"stylelint-config-standard": "^19.0.0",
50-
"stylelint-prettier": "^1.1.1"
36+
"prettier-eslint-cli": "^5.0.0"
5137
},
5238
"peerDependencies": {}
5339
}

‎yarn.lock

+33-497
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.