@breadstone-infrastructure/eslint-config 0.0.12-beta.0 → 0.0.12-beta.11
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/Configs/Config.d.ts +74 -0
- package/Configs/Config.d.ts.map +1 -0
- package/Configs/Config.js +156 -0
- package/Configs/Config.js.map +1 -0
- package/Configs/Config2.d.ts +73 -0
- package/Configs/Config2.d.ts.map +1 -0
- package/Configs/Config2.js +101 -0
- package/Configs/Config2.js.map +1 -0
- package/Configs/{Angular.d.ts → Presets/Angular.d.ts} +1 -1
- package/Configs/Presets/Angular.d.ts.map +1 -0
- package/Configs/{Angular.js → Presets/Angular.js} +1 -1
- package/Configs/Presets/Angular.js.map +1 -0
- package/Configs/Presets/Angular2.d.ts +8 -0
- package/Configs/Presets/Angular2.d.ts.map +1 -0
- package/Configs/Presets/Angular2.js +155 -0
- package/Configs/Presets/Angular2.js.map +1 -0
- package/Configs/Presets/Custom.d.ts +4 -0
- package/Configs/Presets/Custom.d.ts.map +1 -0
- package/Configs/Presets/Custom.js.map +1 -0
- package/Configs/{Html.d.ts → Presets/Html.d.ts} +1 -1
- package/Configs/Presets/Html.d.ts.map +1 -0
- package/Configs/Presets/Html.js.map +1 -0
- package/Configs/Presets/Html2.d.ts +56 -0
- package/Configs/Presets/Html2.d.ts.map +1 -0
- package/Configs/Presets/Html2.js +143 -0
- package/Configs/Presets/Html2.js.map +1 -0
- package/Configs/Presets/Import.d.ts +4 -0
- package/Configs/Presets/Import.d.ts.map +1 -0
- package/Configs/{Import.js → Presets/Import.js} +2 -1
- package/Configs/Presets/Import.js.map +1 -0
- package/Configs/Presets/Import2.d.ts +6 -0
- package/Configs/Presets/Import2.d.ts.map +1 -0
- package/Configs/Presets/Import2.js +39 -0
- package/Configs/Presets/Import2.js.map +1 -0
- package/Configs/{Base.d.ts → Presets/Javascript.d.ts} +2 -2
- package/Configs/Presets/Javascript.d.ts.map +1 -0
- package/Configs/{Base.js → Presets/Javascript.js} +2 -2
- package/Configs/Presets/Javascript.js.map +1 -0
- package/Configs/Presets/Javascript2.d.ts +216 -0
- package/Configs/Presets/Javascript2.d.ts.map +1 -0
- package/Configs/Presets/Javascript2.js +505 -0
- package/Configs/Presets/Javascript2.js.map +1 -0
- package/Configs/Presets/Json.d.ts +4 -0
- package/Configs/Presets/Json.d.ts.map +1 -0
- package/Configs/Presets/Json.js.map +1 -0
- package/Configs/Presets/Json2.d.ts +8 -0
- package/Configs/Presets/Json2.d.ts.map +1 -0
- package/Configs/Presets/Json2.js +22 -0
- package/Configs/Presets/Json2.js.map +1 -0
- package/Configs/Presets/Lit.d.ts +4 -0
- package/Configs/Presets/Lit.d.ts.map +1 -0
- package/Configs/{Lit.js → Presets/Lit.js} +1 -1
- package/Configs/Presets/Lit.js.map +1 -0
- package/Configs/Presets/Lit2.d.ts +8 -0
- package/Configs/Presets/Lit2.d.ts.map +1 -0
- package/Configs/Presets/Lit2.js +56 -0
- package/Configs/Presets/Lit2.js.map +1 -0
- package/Configs/Presets/Markdown.d.ts +4 -0
- package/Configs/Presets/Markdown.d.ts.map +1 -0
- package/Configs/Presets/Markdown.js.map +1 -0
- package/Configs/Presets/Markdown2.d.ts +8 -0
- package/Configs/Presets/Markdown2.d.ts.map +1 -0
- package/Configs/Presets/Markdown2.js +18 -0
- package/Configs/Presets/Markdown2.js.map +1 -0
- package/Configs/{Stylistic.d.ts → Presets/Stylistic.d.ts} +1 -1
- package/Configs/Presets/Stylistic.d.ts.map +1 -0
- package/Configs/{Stylistic.js → Presets/Stylistic.js} +1 -1
- package/Configs/Presets/Stylistic.js.map +1 -0
- package/Configs/Presets/Stylistic2.d.ts +73 -0
- package/Configs/Presets/Stylistic2.d.ts.map +1 -0
- package/Configs/Presets/Stylistic2.js +436 -0
- package/Configs/Presets/Stylistic2.js.map +1 -0
- package/Configs/{Typescript.d.ts → Presets/Typescript.d.ts} +17 -2
- package/Configs/Presets/Typescript.d.ts.map +1 -0
- package/Configs/{Typescript.js → Presets/Typescript.js} +27 -3
- package/Configs/Presets/Typescript.js.map +1 -0
- package/Configs/Presets/Typescript2.d.ts +147 -0
- package/Configs/Presets/Typescript2.d.ts.map +1 -0
- package/Configs/Presets/Typescript2.js +546 -0
- package/Configs/Presets/Typescript2.js.map +1 -0
- package/Index.d.ts +2 -71
- package/Index.d.ts.map +1 -1
- package/Index.js +2 -126
- package/Index.js.map +1 -1
- package/package.json +3 -1
- package/Configs/Angular.d.ts.map +0 -1
- package/Configs/Angular.js.map +0 -1
- package/Configs/Base.d.ts.map +0 -1
- package/Configs/Base.js.map +0 -1
- package/Configs/Custom.d.ts +0 -4
- package/Configs/Custom.d.ts.map +0 -1
- package/Configs/Custom.js.map +0 -1
- package/Configs/Html.d.ts.map +0 -1
- package/Configs/Html.js.map +0 -1
- package/Configs/Import.d.ts +0 -4
- package/Configs/Import.d.ts.map +0 -1
- package/Configs/Import.js.map +0 -1
- package/Configs/Json.d.ts +0 -4
- package/Configs/Json.d.ts.map +0 -1
- package/Configs/Json.js.map +0 -1
- package/Configs/Lit.d.ts +0 -4
- package/Configs/Lit.d.ts.map +0 -1
- package/Configs/Lit.js.map +0 -1
- package/Configs/Markdown.d.ts +0 -4
- package/Configs/Markdown.d.ts.map +0 -1
- package/Configs/Markdown.js.map +0 -1
- package/Configs/Stylistic.d.ts.map +0 -1
- package/Configs/Stylistic.js.map +0 -1
- package/Configs/Typescript.d.ts.map +0 -1
- package/Configs/Typescript.js.map +0 -1
- /package/Configs/{Custom.js → Presets/Custom.js} +0 -0
- /package/Configs/{Html.js → Presets/Html.js} +0 -0
- /package/Configs/{Json.js → Presets/Json.js} +0 -0
- /package/Configs/{Markdown.js → Presets/Markdown.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Lit.js","sourceRoot":"","sources":["../../../src/Configs/Presets/Lit.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAGlB,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,aAAa;AAEb,eAAe;IACX,0CAA0C;IAC1C,4FAA4F;IAC3F,SAAS,CAAC,OAAe,CAAC,UAAU,CAAC;IACtC,+CAA+C;IAC/C,qIAAqI;IACrI,gFAAgF;IAChF;QACI,IAAI,EAAE,YAAY;QAClB,KAAK,EAAE;YACH,qBAAqB,EAAE,KAAK,CAAC,KAAK;YAClC,8BAA8B,EAAE,KAAK,CAAC,KAAK;YAC3C,oBAAoB,EAAE,KAAK,CAAC,KAAK;YACjC,uBAAuB,EAAE,KAAK,CAAC,KAAK;YACpC,qBAAqB,EAAE,KAAK,CAAC,KAAK;YAClC,6BAA6B,EAAE,KAAK,CAAC,KAAK;YAC1C,oCAAoC,EAAE,KAAK,CAAC,KAAK;YACjD,iCAAiC,EAAE,KAAK,CAAC,KAAK;YAC9C,qBAAqB,EAAE,KAAK,CAAC,KAAK;YAClC,uBAAuB,EAAE,KAAK,CAAC,KAAK;YACpC,+BAA+B,EAAE,KAAK,CAAC,KAAK;YAC5C,0BAA0B,EAAE,KAAK,CAAC,KAAK;YACvC,2BAA2B,EAAE,KAAK,CAAC,KAAK;YACxC,+BAA+B,EAAE,KAAK,CAAC,KAAK;YAC5C,uBAAuB,EAAE,KAAK,CAAC,GAAG;YAClC,sBAAsB,EAAE,KAAK,CAAC,KAAK;YACnC,qBAAqB,EAAE,KAAK,CAAC,KAAK;YAClC,8BAA8B,EAAE,KAAK,CAAC,KAAK;YAC3C,kCAAkC,EAAE,KAAK,CAAC,GAAG;YAC7C,wBAAwB,EAAE,KAAK,CAAC,KAAK;YACrC,oBAAoB,EAAE,KAAK,CAAC,KAAK;YACjC,wBAAwB,EAAE;gBACtB,KAAK,CAAC,GAAG;gBACT,QAAQ;aACX;YACD,6BAA6B,EAAE,KAAK,CAAC,GAAG;SAC3C;KACJ;CACM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Lit2.d.ts","sourceRoot":"","sources":["../../../src/Configs/Presets/Lit2.ts"],"names":[],"mappings":"AAQA;;;;GAIG;;AACH,wBA+CE"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
// #region Imports
|
|
2
|
+
import litPlugin from 'eslint-plugin-lit';
|
|
3
|
+
import { Level } from '../../Utils/Level.js';
|
|
4
|
+
import tseslint from 'typescript-eslint';
|
|
5
|
+
// #endregion
|
|
6
|
+
/**
|
|
7
|
+
* The configuration
|
|
8
|
+
*
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export default tseslint.config({
|
|
12
|
+
extends: [
|
|
13
|
+
// For upgrade reasons, we use always all.
|
|
14
|
+
// This has the advantage that when we upgrade the plugin we always use the latest rule set.
|
|
15
|
+
litPlugin.configs['flat/all']
|
|
16
|
+
]
|
|
17
|
+
}, {
|
|
18
|
+
plugins: {
|
|
19
|
+
'eslint-plugin-lit': litPlugin
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
// Now we override all rules that we are known.
|
|
23
|
+
// If here are missing rules, it means that the rule is not known to us or at this time when we wrote this code it was not available.
|
|
24
|
+
// If we change anything here, we should also inform the team about the changes.
|
|
25
|
+
{
|
|
26
|
+
name: 'mosaik-lit',
|
|
27
|
+
rules: {
|
|
28
|
+
'lit/attribute-names': Level.Error,
|
|
29
|
+
'lit/attribute-value-entities': Level.Error,
|
|
30
|
+
'lit/ban-attributes': Level.Error,
|
|
31
|
+
'lit/binding-positions': Level.Error,
|
|
32
|
+
'lit/lifecycle-super': Level.Error,
|
|
33
|
+
'lit/no-classfield-shadowing': Level.Error,
|
|
34
|
+
'lit/no-duplicate-template-bindings': Level.Error,
|
|
35
|
+
'lit/no-invalid-escape-sequences': Level.Error,
|
|
36
|
+
'lit/no-invalid-html': Level.Error,
|
|
37
|
+
'lit/no-legacy-imports': Level.Error,
|
|
38
|
+
'lit/no-legacy-template-syntax': Level.Error,
|
|
39
|
+
'lit/no-native-attributes': Level.Error,
|
|
40
|
+
'lit/no-private-properties': Level.Error,
|
|
41
|
+
'lit/no-property-change-update': Level.Error,
|
|
42
|
+
'lit/no-template-arrow': Level.Off,
|
|
43
|
+
'lit/no-template-bind': Level.Error,
|
|
44
|
+
'lit/no-template-map': Level.Error,
|
|
45
|
+
'lit/no-this-assign-in-render': Level.Error,
|
|
46
|
+
'lit/no-useless-template-literals': Level.Off,
|
|
47
|
+
'lit/no-value-attribute': Level.Error,
|
|
48
|
+
'lit/prefer-nothing': Level.Error,
|
|
49
|
+
'lit/quoted-expressions': [
|
|
50
|
+
Level.Off,
|
|
51
|
+
'always'
|
|
52
|
+
],
|
|
53
|
+
'lit/value-after-constraints': Level.Off
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
//# sourceMappingURL=Lit2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Lit2.js","sourceRoot":"","sources":["../../../src/Configs/Presets/Lit2.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAElB,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC7C,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AAEzC,aAAa;AAEb;;;;GAIG;AACH,eAAe,QAAQ,CAAC,MAAM,CAC1B;IACI,OAAO,EAAE;QACL,0CAA0C;QAC1C,4FAA4F;QAC3F,SAAS,CAAC,OAAe,CAAC,UAAU,CAAC;KACzC;CACJ,EACD;IACI,OAAO,EAAE;QACL,mBAAmB,EAAE,SAAS;KACjC;CACJ;AACD,+CAA+C;AAC/C,qIAAqI;AACrI,gFAAgF;AAChF;IACI,IAAI,EAAE,YAAY;IAClB,KAAK,EAAE;QACH,qBAAqB,EAAE,KAAK,CAAC,KAAK;QAClC,8BAA8B,EAAE,KAAK,CAAC,KAAK;QAC3C,oBAAoB,EAAE,KAAK,CAAC,KAAK;QACjC,uBAAuB,EAAE,KAAK,CAAC,KAAK;QACpC,qBAAqB,EAAE,KAAK,CAAC,KAAK;QAClC,6BAA6B,EAAE,KAAK,CAAC,KAAK;QAC1C,oCAAoC,EAAE,KAAK,CAAC,KAAK;QACjD,iCAAiC,EAAE,KAAK,CAAC,KAAK;QAC9C,qBAAqB,EAAE,KAAK,CAAC,KAAK;QAClC,uBAAuB,EAAE,KAAK,CAAC,KAAK;QACpC,+BAA+B,EAAE,KAAK,CAAC,KAAK;QAC5C,0BAA0B,EAAE,KAAK,CAAC,KAAK;QACvC,2BAA2B,EAAE,KAAK,CAAC,KAAK;QACxC,+BAA+B,EAAE,KAAK,CAAC,KAAK;QAC5C,uBAAuB,EAAE,KAAK,CAAC,GAAG;QAClC,sBAAsB,EAAE,KAAK,CAAC,KAAK;QACnC,qBAAqB,EAAE,KAAK,CAAC,KAAK;QAClC,8BAA8B,EAAE,KAAK,CAAC,KAAK;QAC3C,kCAAkC,EAAE,KAAK,CAAC,GAAG;QAC7C,wBAAwB,EAAE,KAAK,CAAC,KAAK;QACrC,oBAAoB,EAAE,KAAK,CAAC,KAAK;QACjC,wBAAwB,EAAE;YACtB,KAAK,CAAC,GAAG;YACT,QAAQ;SACX;QACD,6BAA6B,EAAE,KAAK,CAAC,GAAG;KAC3C;CACJ,CACJ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Markdown.d.ts","sourceRoot":"","sources":["../../../src/Configs/Presets/Markdown.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;wBAc/C,MAAM;AAVX,wBAUY"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Markdown.js","sourceRoot":"","sources":["../../../src/Configs/Presets/Markdown.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAElB,OAAO,QAAQ,MAAM,kBAAkB,CAAC;AAGxC,aAAa;AAEb,eAAe;IACX;QACI,IAAI,EAAE,iBAAiB;QACvB,KAAK,EAAE,CAAC,SAAS,CAAC;QAClB,OAAO,EAAE;YACL,QAAQ;SACX;QACD,QAAQ,EAAE,cAAc;QACxB,GAAG,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK;KAC3C;CACM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Markdown2.d.ts","sourceRoot":"","sources":["../../../src/Configs/Presets/Markdown2.ts"],"names":[],"mappings":"AAOA;;;;GAIG;;AACH,wBAUE"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// #region Imports
|
|
2
|
+
import markdown from '@eslint/markdown';
|
|
3
|
+
import tseslint from 'typescript-eslint';
|
|
4
|
+
// #endregion
|
|
5
|
+
/**
|
|
6
|
+
* The configuration
|
|
7
|
+
*
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export default tseslint.config(...markdown.configs.recommended, {
|
|
11
|
+
name: 'mosaik-markdown',
|
|
12
|
+
files: [
|
|
13
|
+
'**/*.md',
|
|
14
|
+
'**/*.mdx'
|
|
15
|
+
],
|
|
16
|
+
language: 'markdown/gfm'
|
|
17
|
+
});
|
|
18
|
+
//# sourceMappingURL=Markdown2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Markdown2.js","sourceRoot":"","sources":["../../../src/Configs/Presets/Markdown2.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAElB,OAAO,QAAQ,MAAM,kBAAkB,CAAC;AACxC,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AAEzC,aAAa;AAEb;;;;GAIG;AACH,eAAe,QAAQ,CAAC,MAAM,CAC1B,GAAG,QAAQ,CAAC,OAAO,CAAC,WAAW,EAC/B;IACI,IAAI,EAAE,iBAAiB;IACvB,KAAK,EAAE;QACH,SAAS;QACT,UAAU;KACb;IACD,QAAQ,EAAE,cAAc;CAC3B,CACJ,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Config } from '
|
|
1
|
+
import type { Config } from '../../Utils/Config.js';
|
|
2
2
|
/**
|
|
3
3
|
* | Name | Description | URL |
|
|
4
4
|
* |------------------------------------|------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stylistic.d.ts","sourceRoot":"","sources":["../../../src/Configs/Presets/Stylistic.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAKpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqEG;wBA2VE,MAAM;AA1VX,wBA0VY"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stylistic.js","sourceRoot":"","sources":["../../../src/Configs/Presets/Stylistic.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* | Name | Description | URL |
|
|
3
|
+
* |------------------------------------|------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
|
|
4
|
+
* | array-bracket-newline | Enforce linebreaks after opening and before closing array brackets | https://eslint.style/rules/default/array-bracket-newline |
|
|
5
|
+
* | array-bracket-spacing | Enforce consistent spacing inside array brackets | https://eslint.style/rules/default/array-bracket-spacing |
|
|
6
|
+
* | array-element-newline | Enforce line breaks after each array element | https://eslint.style/rules/default/array-element-newline |
|
|
7
|
+
* | arrow-parens | Require parentheses around arrow function arguments | https://eslint.style/rules/default/arrow-parens |
|
|
8
|
+
* | arrow-spacing | Enforce consistent spacing before and after the arrow in arrow functions | https://eslint.style/rules/default/arrow-spacing |
|
|
9
|
+
* | block-spacing | Disallow or enforce spaces inside of blocks after opening block and before closing block | https://eslint.style/rules/default/block-spacing |
|
|
10
|
+
* | brace-style | Enforce consistent brace style for blocks | https://eslint.style/rules/default/brace-style |
|
|
11
|
+
* | comma-dangle | Require or disallow trailing commas | https://eslint.style/rules/default/comma-dangle |
|
|
12
|
+
* | comma-spacing | Enforce consistent spacing before and after commas | https://eslint.style/rules/default/comma-spacing |
|
|
13
|
+
* | comma-style | Enforce consistent comma style | https://eslint.style/rules/default/comma-style |
|
|
14
|
+
* | computed-property-spacing | Enforce consistent spacing inside computed property brackets | https://eslint.style/rules/default/computed-property-spacing |
|
|
15
|
+
* | dot-location | Enforce consistent newlines before and after dots | https://eslint.style/rules/default/dot-location |
|
|
16
|
+
* | eol-last | Require or disallow newline at the end of files | https://eslint.style/rules/default/eol-last |
|
|
17
|
+
* | func-call-spacing | Require or disallow spacing between function identifiers and their invocations | https://eslint.style/rules/default/func-call-spacing |
|
|
18
|
+
* | function-call-argument-newline | Enforce line breaks between arguments of a function call | https://eslint.style/rules/default/function-call-argument-newline |
|
|
19
|
+
* | function-paren-newline | Enforce consistent line breaks inside function parentheses | https://eslint.style/rules/default/function-paren-newline |
|
|
20
|
+
* | generator-star-spacing | Enforce consistent spacing around `*` operators in generator functions | https://eslint.style/rules/default/generator-star-spacing |
|
|
21
|
+
* | implicit-arrow-linebreak | Enforce the location of arrow function bodies | https://eslint.style/rules/default/implicit-arrow-linebreak |
|
|
22
|
+
* | indent | Enforce consistent indentation | https://eslint.style/rules/default/indent |
|
|
23
|
+
* | indent-binary-ops | Indentation for binary operators | https://eslint.style/rules/default/indent-binary-ops |
|
|
24
|
+
* | jsx-closing-bracket-location | Enforce closing bracket location in JSX | https://eslint.style/rules/default/jsx-closing-bracket-location |
|
|
25
|
+
* | jsx-closing-tag-location | Enforce closing tag location for multiline JSX | https://eslint.style/rules/default/jsx-closing-tag-location |
|
|
26
|
+
* | jsx-curly-brace-presence | Disallow unnecessary JSX expressions | https://eslint.style/rules/default/jsx-curly-brace-presence |
|
|
27
|
+
* | jsx-curly-newline | Enforce consistent linebreaks in curly braces in JSX attributes and expressions | https://eslint.style/rules/default/jsx-curly-newline |
|
|
28
|
+
* | jsx-curly-spacing | Enforce or disallow spaces inside of curly braces in JSX attributes and expressions | https://eslint.style/rules/default/jsx-curly-spacing |
|
|
29
|
+
* | jsx-equals-spacing | Enforce or disallow spaces around equal signs in JSX attributes | https://eslint.style/rules/default/jsx-equals-spacing |
|
|
30
|
+
* | jsx-first-prop-new-line | Enforce proper position of the first property in JSX | https://eslint.style/rules/default/jsx-first-prop-new-line |
|
|
31
|
+
* | jsx-function-call-newline | Enforce line breaks before and after JSX elements when they are used as arguments | https://eslint.style/rules/default/jsx-function-call-newline |
|
|
32
|
+
* | jsx-indent-props | Enforce props indentation in JSX | https://eslint.style/rules/default/jsx-indent-props |
|
|
33
|
+
* | jsx-max-props-per-line | Enforce maximum of props on a single line in JSX | https://eslint.style/rules/default/jsx-max-props-per-line |
|
|
34
|
+
* | jsx-one-expression-per-line | Enforce one JSX element per line | https://eslint.style/rules/default/jsx-one-expression-per-line |
|
|
35
|
+
* | jsx-quotes | Enforce the consistent use of either double or single quotes in JSX attributes | https://eslint.style/rules/default/jsx-quotes |
|
|
36
|
+
* | jsx-tag-spacing | Enforce whitespace in and around the JSX opening and closing brackets | https://eslint.style/rules/default/jsx-tag-spacing |
|
|
37
|
+
* | key-spacing | Enforce consistent spacing between keys and values in object literal properties | https://eslint.style/rules/default/key-spacing |
|
|
38
|
+
* | keyword-spacing | Enforce consistent spacing before and after keywords | https://eslint.style/rules/default/keyword-spacing |
|
|
39
|
+
* | linebreak-style | Enforce consistent linebreak style | https://eslint.style/rules/default/linebreak-style |
|
|
40
|
+
* | lines-between-class-members | Require or disallow an empty line between class members | https://eslint.style/rules/default/lines-between-class-members |
|
|
41
|
+
* | member-delimiter-style | Require a specific member delimiter style for interfaces and type literals | https://eslint.style/rules/default/member-delimiter-style |
|
|
42
|
+
* | multiline-ternary | Enforce newlines between operands of ternary expressions | https://eslint.style/rules/default/multiline-ternary |
|
|
43
|
+
* | new-parens | Enforce or disallow parentheses when invoking a constructor with no arguments | https://eslint.style/rules/default/new-parens |
|
|
44
|
+
* | no-confusing-arrow | Disallow arrow functions where they could be confused with comparisons | https://eslint.style/rules/default/no-confusing-arrow |
|
|
45
|
+
* | no-extra-parens | Disallow unnecessary parentheses | https://eslint.style/rules/default/no-extra-parens |
|
|
46
|
+
* | no-extra-semi | Disallow unnecessary semicolons | https://eslint.style/rules/default/no-extra-semi |
|
|
47
|
+
* | no-floating-decimal | Disallow leading or trailing decimal points in numeric literals | https://eslint.style/rules/default/no-floating-decimal |
|
|
48
|
+
* | no-mixed-operators | Disallow mixed binary operators | https://eslint.style/rules/default/no-mixed-operators |
|
|
49
|
+
* | no-mixed-spaces-and-tabs | Disallow mixed spaces and tabs for indentation | https://eslint.style/rules/default/no-mixed-spaces-and-tabs |
|
|
50
|
+
* | no-multi-spaces | Disallow multiple spaces | https://eslint.style/rules/default/no-multi-spaces |
|
|
51
|
+
* | no-multiple-empty-lines | Disallow multiple empty lines | https://eslint.style/rules/default/no-multiple-empty-lines |
|
|
52
|
+
* | no-trailing-spaces | Disallow trailing whitespace at the end of lines | https://eslint.style/rules/default/no-trailing-spaces |
|
|
53
|
+
* | no-whitespace-before-property | Disallow whitespace before properties | https://eslint.style/rules/default/no-whitespace-before-property |
|
|
54
|
+
* | object-curly-spacing | Enforce consistent spacing inside braces | https://eslint.style/rules/default/object-curly-spacing |
|
|
55
|
+
* | switch-colon-spacing | Enforce consistent spacing around colons of switch statements | https://eslint.style/rules/default/switch-colon-spacing |
|
|
56
|
+
* | template-curly-spacing | Require or disallow spacing around embedded expressions of template strings | https://eslint.style/rules/default/template-curly-spacing |
|
|
57
|
+
* | template-tag-spacing | Require or disallow spacing between template tags and their literals | https://eslint.style/rules/default/template-tag-spacing |
|
|
58
|
+
* | type-annotation-spacing | Require consistent spacing around type annotations | https://eslint.style/rules/default/type-annotation-spacing |
|
|
59
|
+
* | type-generic-spacing | Enforces consistent spacing inside TypeScript type generics | https://eslint.style/rules/default/type-generic-spacing |
|
|
60
|
+
* | type-named-tuple-spacing | Expect space before the type declaration in the named tuple | https://eslint.style/rules/default/type-named-tuple-spacing |
|
|
61
|
+
* | wrap-iife | Require parentheses around immediate `function` invocations | https://eslint.style/rules/default/wrap-iife |
|
|
62
|
+
* | yield-star-spacing | Require or disallow spacing around the `*` in `yield*` expressions | https://eslint.style/rules/default/yield-star-spacing |
|
|
63
|
+
* | quote-props | Require quotes around object literal property names | https://eslint.style/rules/default/quote-props |
|
|
64
|
+
* | quotes | Enforce the consistent use of either backticks, double, or single quotes | https://eslint.style/rules/default/quotes |
|
|
65
|
+
* | space-before-function-paren | Require or disallow a space before function parentheses | https://eslint.style/rules/default/space-before-function-paren |
|
|
66
|
+
* | multiline-comment-style | Enforce a particular style for multiline comments | https://eslint.style/rules/default/multiline-comment-style |
|
|
67
|
+
* | spaced-comment | Enforce consistent spacing after the `//` or `/*` in a comment | https://eslint.style/rules/default/spaced-comment |
|
|
68
|
+
* | padded-blocks | Require or disallow padding within blocks | https://eslint.style/rules/default/padded-blocks |
|
|
69
|
+
* | object-property-newline | Enforce placing object properties on separate lines | https://eslint.style/rules/default/object-property-newline |
|
|
70
|
+
*/
|
|
71
|
+
declare const _default: import("@typescript-eslint/utils/ts-eslint").FlatConfig.ConfigArray;
|
|
72
|
+
export default _default;
|
|
73
|
+
//# sourceMappingURL=Stylistic2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stylistic2.d.ts","sourceRoot":"","sources":["../../../src/Configs/Presets/Stylistic2.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqEG;;AACH,wBA0WE"}
|