Skip to content

Commit 8f7711f

Browse files
tiagoloureirosrtab
authored andcommitted
added changelog
1 parent de61479 commit 8f7711f

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.eslintrc.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
"extends": ["eslint:recommended", "prettier"],
3-
"plugins": ["prettier"],
2+
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
43
"env": { "es6": true, "node": true },
4+
"plugins": ["simple-import-sort"],
55
"rules": {
66
"simple-import-sort/imports": "error",
77
"simple-import-sort/exports": "error",
8-
"no-console": ["error", { "allow": ["warn", "error"] }],
9-
"prettier/prettier": "error"
8+
"no-console": ["error", { "allow": ["warn", "error"] }]
109
},
1110
"ignorePatterns": ["node_modules"]
1211
}

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"quoteProps": "consistent",
66
"trailingComma": "es5",
77
"semi": true,
8-
"proseWrap": "never"
8+
"bracketSameLine": true
99
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 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](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
## [v0.1.0] - 2024-01-17
9+
10+
- First release
11+
12+
[v0.1.0]: https://www.npmjs.com/package/@dipcode/dj-plugins/v/0.1.0

0 commit comments

Comments
 (0)