Skip to content

Commit 104d5cb

Browse files
committed
added release-it
1 parent 8d1bb15 commit 104d5cb

File tree

5 files changed

+8167
-886
lines changed

5 files changed

+8167
-886
lines changed

.release-it.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"git": {
3+
"commitMessage": "chore: release v${version}"
4+
},
5+
"github": {
6+
"release": true
7+
}
8+
}

eslint.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import pluginImport from 'eslint-plugin-import'
21
import perfectionistNatural from 'eslint-plugin-perfectionist/configs/recommended-natural'
32
import prettierConfig from 'eslint-plugin-prettier/recommended'
4-
import promise from 'eslint-plugin-promise'
53
import is from 'eslint-plugin-simple-import-sort'
64
import eslintPluginUnicorn from 'eslint-plugin-unicorn'
75

@@ -18,8 +16,7 @@ export default [
1816
},
1917
plugins: {
2018
import: pluginImport,
21-
pluginImport,
22-
promise,
19+
2320
'simple-import-sort': is,
2421
},
2522

0 commit comments

Comments
 (0)