@raisenow/tamaro-cli 1.0.5 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.js CHANGED
@@ -21,9 +21,7 @@ module.exports = {
21
21
  'eslint:recommended',
22
22
  'plugin:node/recommended',
23
23
  'plugin:promise/recommended',
24
- // 'plugin:unicorn/recommended',
25
24
  'plugin:@typescript-eslint/recommended',
26
- 'plugin:prettier/recommended',
27
25
  ],
28
26
  plugins: [],
29
27
  rules: {
@@ -38,10 +36,6 @@ module.exports = {
38
36
  '@typescript-eslint/no-explicit-any': 0,
39
37
  '@typescript-eslint/no-non-null-assertion': 0,
40
38
  '@typescript-eslint/prefer-optional-chain': 1,
41
-
42
- 'prettier/prettier': 1,
43
- 'arrow-body-style': 0,
44
- 'prefer-arrow-callback': 0,
45
39
  },
46
40
  overrides: [
47
41
  {
package/.gitignore CHANGED
@@ -1,5 +1,4 @@
1
1
  /*
2
- !bin
3
2
  !src
4
3
  !.eslintignore
5
4
  !.eslintrc.js
@@ -7,7 +6,8 @@
7
6
  !.nvmrc
8
7
  !.prettierignore
9
8
  !.prettierrc.js
10
- !global.d.ts
11
9
  !package.json
12
10
  !package-lock.json
13
11
  !tsconfig.json
12
+ !readme.html
13
+ !readme.md
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 14.18.1
1
+ 16.13.2
package/.prettierignore CHANGED
@@ -1,2 +1,3 @@
1
1
  dist/*
2
2
  node_modules/*
3
+ tsconfig.json