@xylabs/tsconfig 3.0.0-rc.4 → 3.0.0-rc.6

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.
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../eslint-config/src/import/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ module.exports = {
3
+ extends: ['plugin:import/errors', 'plugin:import/warnings', 'plugin:import/typescript'],
4
+ plugins: ['import', 'simple-import-sort'],
5
+ rules: {
6
+ 'import/namespace': ['warn'],
7
+ 'import/no-absolute-path': ['warn'],
8
+ 'import/no-cycle': [
9
+ 'off',
10
+ {
11
+ maxDepth: 2,
12
+ },
13
+ ],
14
+ 'import/no-default-export': ['warn'],
15
+ 'import/no-deprecated': ['warn'],
16
+ 'import/no-internal-modules': [
17
+ 'warn',
18
+ {
19
+ allow: ['lodash/*'],
20
+ },
21
+ ],
22
+ 'import/no-named-as-default': ['warn'],
23
+ 'import/no-restricted-paths': ['warn'],
24
+ 'import/no-self-import': ['warn'],
25
+ 'import/no-useless-path-segments': ['warn'],
26
+ 'simple-import-sort/exports': ['warn'],
27
+ 'simple-import-sort/imports': ['warn'],
28
+ },
29
+ settings: {
30
+ 'import/parsers': {
31
+ '@typescript-eslint/parser': ['.ts', '.tsx'],
32
+ },
33
+ 'import/resolver': {
34
+ typescript: {
35
+ alwaysTryTypes: true,
36
+ },
37
+ },
38
+ },
39
+ };
40
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../eslint-config/src/import/index.ts"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,EAAE,CAAC,sBAAsB,EAAE,wBAAwB,EAAE,0BAA0B,CAAC;IACvF,OAAO,EAAE,CAAC,QAAQ,EAAE,oBAAoB,CAAC;IACzC,KAAK,EAAE;QACL,kBAAkB,EAAE,CAAC,MAAM,CAAC;QAC5B,yBAAyB,EAAE,CAAC,MAAM,CAAC;QACnC,iBAAiB,EAAE;YACjB,KAAK;YACL;gBACE,QAAQ,EAAE,CAAC;aACZ;SACF;QACD,0BAA0B,EAAE,CAAC,MAAM,CAAC;QACpC,sBAAsB,EAAE,CAAC,MAAM,CAAC;QAChC,4BAA4B,EAAE;YAC5B,MAAM;YACN;gBACE,KAAK,EAAE,CAAC,UAAU,CAAC;aACpB;SACF;QACD,4BAA4B,EAAE,CAAC,MAAM,CAAC;QACtC,4BAA4B,EAAE,CAAC,MAAM,CAAC;QACtC,uBAAuB,EAAE,CAAC,MAAM,CAAC;QACjC,iCAAiC,EAAE,CAAC,MAAM,CAAC;QAC3C,4BAA4B,EAAE,CAAC,MAAM,CAAC;QACtC,4BAA4B,EAAE,CAAC,MAAM,CAAC;KACvC;IACD,QAAQ,EAAE;QACR,gBAAgB,EAAE;YAChB,2BAA2B,EAAE,CAAC,KAAK,EAAE,MAAM,CAAC;SAC7C;QACD,iBAAiB,EAAE;YACjB,UAAU,EAAE;gBACV,cAAc,EAAE,IAAI;aACrB;SACF;KACF;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../eslint-config/src/json/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ module.exports = {
3
+ overrides: [
4
+ {
5
+ extends: 'plugin:eslint-plugin-json-es/recommended',
6
+ files: ['*.json'],
7
+ parser: 'eslint-plugin-json-es',
8
+ rules: {
9
+ 'prettier/prettier': ['off'],
10
+ },
11
+ },
12
+ ],
13
+ };
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../eslint-config/src/json/index.ts"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,SAAS,EAAE;QACT;YACE,OAAO,EAAE,0CAA0C;YACnD,KAAK,EAAE,CAAC,QAAQ,CAAC;YACjB,MAAM,EAAE,uBAAuB;YAC/B,KAAK,EAAE;gBACL,mBAAmB,EAAE,CAAC,KAAK,CAAC;aAC7B;SACF;KACF;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../eslint-config/src/markdown/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ module.exports = {
3
+ extends: ['plugin:md/recommended'],
4
+ overrides: [
5
+ {
6
+ files: ['*.md'],
7
+ parser: 'markdown-eslint-parser',
8
+ rules: {
9
+ 'md/remark': [
10
+ 'error',
11
+ {
12
+ plugins: ['preset-lint-markdown-style-guide', 'frontmatter', ['lint-list-item-indent', 'tab-size']],
13
+ },
14
+ ],
15
+ 'prettier/prettier': [
16
+ 'off',
17
+ // Important to force prettier to use "markdown" parser - otherwise it wouldn't be able to parse *.md files.
18
+ // You also can configure other options supported by prettier here - "prose-wrap" is
19
+ // particularly useful for *.md files
20
+ { parser: 'markdown' },
21
+ ],
22
+ },
23
+ },
24
+ ],
25
+ };
26
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../eslint-config/src/markdown/index.ts"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,EAAE,CAAC,uBAAuB,CAAC;IAClC,SAAS,EAAE;QACT;YACE,KAAK,EAAE,CAAC,MAAM,CAAC;YACf,MAAM,EAAE,wBAAwB;YAChC,KAAK,EAAE;gBACL,WAAW,EAAE;oBACX,OAAO;oBACP;wBACE,OAAO,EAAE,CAAC,kCAAkC,EAAE,aAAa,EAAE,CAAC,uBAAuB,EAAE,UAAU,CAAC,CAAC;qBACpG;iBACF;gBACD,mBAAmB,EAAE;oBACnB,KAAK;oBACL,4GAA4G;oBAC5G,oFAAoF;oBACpF,qCAAqC;oBACrC,EAAE,MAAM,EAAE,UAAU,EAAE;iBACvB;aACF;SACF;KACF;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../eslint-config/src/prettier/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ module.exports = {
3
+ extends: ['plugin:prettier/recommended'],
4
+ plugins: ['prettier'],
5
+ rules: {
6
+ 'prettier/prettier': [
7
+ 'warn',
8
+ {
9
+ bracketSpacing: true,
10
+ endOfLine: 'lf',
11
+ printWidth: 150,
12
+ semi: false,
13
+ singleQuote: true,
14
+ tabWidth: 2,
15
+ trailingComma: 'all',
16
+ useTabs: false,
17
+ },
18
+ ],
19
+ },
20
+ };
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../eslint-config/src/prettier/index.ts"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,EAAE,CAAC,6BAA6B,CAAC;IACxC,OAAO,EAAE,CAAC,UAAU,CAAC;IACrB,KAAK,EAAE;QACL,mBAAmB,EAAE;YACnB,MAAM;YACN;gBACE,cAAc,EAAE,IAAI;gBACpB,SAAS,EAAE,IAAI;gBACf,UAAU,EAAE,GAAG;gBACf,IAAI,EAAE,KAAK;gBACX,WAAW,EAAE,IAAI;gBACjB,QAAQ,EAAE,CAAC;gBACX,aAAa,EAAE,KAAK;gBACpB,OAAO,EAAE,KAAK;aACf;SACF;KACF;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../eslint-config-react/src/react/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ module.exports = {
3
+ overrides: [
4
+ {
5
+ extends: ['@xylabs', 'plugin:react/recommended', 'plugin:react-hooks/recommended'],
6
+ files: ['*.tsx'],
7
+ plugins: ['react', 'react-hooks'],
8
+ rules: {
9
+ 'import/no-nodejs-modules': ['error'],
10
+ 'react-hooks/exhaustive-deps': [
11
+ 'warn',
12
+ {
13
+ additionalHooks: '(useAsyncEffect|usePromise)',
14
+ },
15
+ ],
16
+ 'react/prop-types': ['off'],
17
+ 'react/react-in-jsx-scope': ['off'],
18
+ },
19
+ settings: {
20
+ react: {
21
+ version: 'detect',
22
+ },
23
+ },
24
+ },
25
+ ],
26
+ };
27
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../eslint-config-react/src/react/index.ts"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,SAAS,EAAE;QACT;YACE,OAAO,EAAE,CAAC,SAAS,EAAE,0BAA0B,EAAE,gCAAgC,CAAC;YAClF,KAAK,EAAE,CAAC,OAAO,CAAC;YAChB,OAAO,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC;YACjC,KAAK,EAAE;gBACL,0BAA0B,EAAE,CAAC,OAAO,CAAC;gBACrC,6BAA6B,EAAE;oBAC7B,MAAM;oBACN;wBACE,eAAe,EAAE,6BAA6B;qBAC/C;iBACF;gBACD,kBAAkB,EAAE,CAAC,KAAK,CAAC;gBAC3B,0BAA0B,EAAE,CAAC,KAAK,CAAC;aACpC;YACD,QAAQ,EAAE;gBACR,KAAK,EAAE;oBACL,OAAO,EAAE,QAAQ;iBAClB;aACF;SACF;KACF;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../eslint-config/src/rules/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ module.exports = {
3
+ plugins: ['deprecation', 'sort-keys-fix', 'no-secrets'],
4
+ rules: {
5
+ complexity: ['error', 18],
6
+ 'deprecation/deprecation': ['warn'],
7
+ 'max-depth': ['error', 6],
8
+ 'max-lines': [
9
+ 'error',
10
+ {
11
+ max: 512,
12
+ skipBlankLines: true,
13
+ },
14
+ ],
15
+ 'max-nested-callbacks': ['error', 6],
16
+ 'max-statements': ['error', 32],
17
+ 'no-restricted-imports': [
18
+ 'warn',
19
+ {
20
+ paths: [
21
+ 'lodash',
22
+ 'react-player',
23
+ 'filepond',
24
+ 'aos',
25
+ 'react-icons',
26
+ '.',
27
+ '..',
28
+ '../..',
29
+ '../../..',
30
+ '../../../..',
31
+ '../../../../..',
32
+ '../../../../../..',
33
+ '../../../../../../..',
34
+ ],
35
+ },
36
+ ],
37
+ 'no-secrets/no-secrets': ['off'],
38
+ 'no-tabs': ['error'],
39
+ 'no-unused-vars': 'off',
40
+ 'no-useless-escape': 'off',
41
+ quotes: [2, 'single', 'avoid-escape'],
42
+ 'require-await': 'error',
43
+ semi: ['warn', 'never'],
44
+ 'sort-keys-fix/sort-keys-fix': 'warn',
45
+ },
46
+ };
47
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../eslint-config/src/rules/index.ts"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,EAAE,CAAC,aAAa,EAAE,eAAe,EAAE,YAAY,CAAC;IACvD,KAAK,EAAE;QACL,UAAU,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC;QACzB,yBAAyB,EAAE,CAAC,MAAM,CAAC;QACnC,WAAW,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC;QACzB,WAAW,EAAE;YACX,OAAO;YACP;gBACE,GAAG,EAAE,GAAG;gBACR,cAAc,EAAE,IAAI;aACrB;SACF;QACD,sBAAsB,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC;QACpC,gBAAgB,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC;QAC/B,uBAAuB,EAAE;YACvB,MAAM;YACN;gBACE,KAAK,EAAE;oBACL,QAAQ;oBACR,cAAc;oBACd,UAAU;oBACV,KAAK;oBACL,aAAa;oBACb,GAAG;oBACH,IAAI;oBACJ,OAAO;oBACP,UAAU;oBACV,aAAa;oBACb,gBAAgB;oBAChB,mBAAmB;oBACnB,sBAAsB;iBACvB;aACF;SACF;QACD,uBAAuB,EAAE,CAAC,KAAK,CAAC;QAChC,SAAS,EAAE,CAAC,OAAO,CAAC;QACpB,gBAAgB,EAAE,KAAK;QACvB,mBAAmB,EAAE,KAAK;QAC1B,MAAM,EAAE,CAAC,CAAC,EAAE,QAAQ,EAAE,cAAc,CAAC;QACrC,eAAe,EAAE,OAAO;QACxB,IAAI,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;QACvB,6BAA6B,EAAE,MAAM;KACtC;CACF,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../eslint-config/src/typescript/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,120 @@
1
+ "use strict";
2
+ module.exports = {
3
+ extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
4
+ overrides: [
5
+ {
6
+ files: ['*.ts*', '*.d.ts*'],
7
+ plugins: ['@typescript-eslint'],
8
+ rules: {
9
+ '@typescript-eslint/explicit-module-boundary-types': 'off',
10
+ '@typescript-eslint/member-delimiter-style': [
11
+ 'error',
12
+ {
13
+ multiline: {
14
+ delimiter: 'none',
15
+ requireLast: true,
16
+ },
17
+ singleline: {
18
+ delimiter: 'semi',
19
+ requireLast: false,
20
+ },
21
+ },
22
+ ],
23
+ '@typescript-eslint/member-ordering': [
24
+ 'warn',
25
+ {
26
+ default: {
27
+ memberTypes: [
28
+ 'signature',
29
+ 'call-signature',
30
+ 'public-static-field',
31
+ 'protected-static-field',
32
+ 'private-static-field',
33
+ 'public-decorated-field',
34
+ 'protected-decorated-field',
35
+ 'private-decorated-field',
36
+ 'public-instance-field',
37
+ 'protected-instance-field',
38
+ 'private-instance-field',
39
+ 'public-abstract-field',
40
+ 'protected-abstract-field',
41
+ 'public-field',
42
+ 'protected-field',
43
+ 'private-field',
44
+ 'static-field',
45
+ 'instance-field',
46
+ 'abstract-field',
47
+ 'decorated-field',
48
+ 'field',
49
+ 'public-constructor',
50
+ 'protected-constructor',
51
+ 'private-constructor',
52
+ 'constructor',
53
+ ['public-static-get', 'public-static-set'],
54
+ ['protected-static-get', 'protected-static-set'],
55
+ ['private-static-get', 'private-static-set'],
56
+ ['public-decorated-get', 'public-decorated-set'],
57
+ ['protected-decorated-get', 'protected-decorated-set'],
58
+ ['private-decorated-get', 'private-decorated-set'],
59
+ ['public-instance-get', 'public-instance-set'],
60
+ ['protected-instance-get', 'protected-instance-set'],
61
+ ['private-instance-get', 'private-instance-set'],
62
+ ['public-abstract-get', 'public-abstract-set'],
63
+ ['protected-abstract-get', 'protected-abstract-set'],
64
+ ['public-get', 'public-set'],
65
+ ['protected-get', 'protected-set'],
66
+ ['private-get', 'private-set'],
67
+ ['static-get', 'static-set'],
68
+ ['instance-get', 'instance-set'],
69
+ ['abstract-get', 'abstract-set'],
70
+ ['decorated-get', 'decorated-set'],
71
+ 'get',
72
+ 'set',
73
+ 'public-static-method',
74
+ 'protected-static-method',
75
+ 'private-static-method',
76
+ 'public-decorated-method',
77
+ 'protected-decorated-method',
78
+ 'private-decorated-method',
79
+ 'public-instance-method',
80
+ 'protected-instance-method',
81
+ 'private-instance-method',
82
+ 'public-abstract-method',
83
+ 'protected-abstract-method',
84
+ 'public-method',
85
+ 'protected-method',
86
+ 'private-method',
87
+ 'static-method',
88
+ 'instance-method',
89
+ 'abstract-method',
90
+ 'decorated-method',
91
+ 'method',
92
+ ],
93
+ order: 'alphabetically',
94
+ },
95
+ },
96
+ ],
97
+ '@typescript-eslint/no-floating-promises': ['warn'],
98
+ '@typescript-eslint/no-unused-vars': [
99
+ 'warn',
100
+ {
101
+ argsIgnorePattern: '^_',
102
+ },
103
+ ],
104
+ '@typescript-eslint/semi': ['warn', 'never'],
105
+ },
106
+ },
107
+ ],
108
+ parser: '@typescript-eslint/parser',
109
+ parserOptions: {
110
+ ecmaVersion: 'latest',
111
+ project: 'tsconfig.json',
112
+ sourceType: 'module',
113
+ },
114
+ settings: {
115
+ 'import/parsers': {
116
+ '@typescript-eslint/parser': ['*.d.ts*', '*.ts*'],
117
+ },
118
+ },
119
+ };
120
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../eslint-config/src/typescript/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../eslint-config/src/workspaces/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ module.exports = {
3
+ extends: ['plugin:workspaces/recommended'],
4
+ plugins: ['workspaces'],
5
+ rules: {
6
+ 'workspaces/no-relative-imports': ['off'],
7
+ 'workspaces/require-dependency': ['off'],
8
+ },
9
+ };
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../eslint-config/src/workspaces/index.ts"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,EAAE,CAAC,+BAA+B,CAAC;IAC1C,OAAO,EAAE,CAAC,YAAY,CAAC;IACvB,KAAK,EAAE;QACL,gCAAgC,EAAE,CAAC,KAAK,CAAC;QACzC,+BAA+B,EAAE,CAAC,KAAK,CAAC;KACzC;CACF,CAAA"}
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "description": "Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
14
14
  "devDependencies": {
15
- "@xylabs/ts-scripts-yarn3": "~3.0.0-rc.4"
15
+ "@xylabs/ts-scripts-yarn3": "~3.0.0-rc.6"
16
16
  },
17
17
  "homepage": "https://github.com/xylabs/tsconfig.git",
18
18
  "keywords": [
@@ -32,6 +32,6 @@
32
32
  "url": "https://github.com/xylabs/config.git"
33
33
  },
34
34
  "sideEffects": false,
35
- "version": "3.0.0-rc.4",
35
+ "version": "3.0.0-rc.6",
36
36
  "stableVersion": "2.19.12"
37
37
  }