Skip to content

Commit 86f22d6

Browse files
committed
chore: add eslint prettier config
1 parent a357a61 commit 86f22d6

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"node": true,
55
"jest": true
66
},
7-
"extends": ["standard"],
7+
"extends": ["standard", "prettier"],
88
"globals": {
99
"Atomics": "readonly",
1010
"SharedArrayBuffer": "readonly"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Features
44

5+
- make no-commits error more specific [a357a61a](https://github.com/lekterable/perfekt/commit/a357a61a4197d01201a84b9ae7ed7f447e16c7d7)
56
- add release version bumping [17feea4a](https://github.com/lekterable/perfekt/commit/17feea4af5e339532d680a6ef6e9ec331f8abd2e)
67
- make changelog ignored scopes configurable [d34a9f12](https://github.com/lekterable/perfekt/commit/d34a9f12500df6ea21a17b85b783a41b1fca5347)
78
- make changelog groups configurable [a2ec46eb](https://github.com/lekterable/perfekt/commit/a2ec46eb9e962a79a9153300adc2229af182d4a6)

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@commitlint/config-conventional": "^8.3.4",
4747
"babel-loader": "^8.1.0",
4848
"eslint": "^6.8.0",
49+
"eslint-config-prettier": "^6.11.0",
4950
"eslint-config-standard": "^14.1.1",
5051
"eslint-plugin-import": "^2.20.2",
5152
"eslint-plugin-node": "^11.1.0",

0 commit comments

Comments
 (0)