Skip to content

Commit 3cdee72

Browse files
committed
Copying @microsoft/eslint-config-scalable-ts --> @rushstack/eslint-config
1 parent 005eeba commit 3cdee72

File tree

7 files changed

+845
-0
lines changed

7 files changed

+845
-0
lines changed

stack/eslint-config/CHANGELOG.json

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"name": "@microsoft/eslint-config-scalable-ts",
3+
"entries": [
4+
{
5+
"version": "0.3.1",
6+
"tag": "@microsoft/eslint-config-scalable-ts_v0.3.1",
7+
"date": "Sun, 29 Sep 2019 23:56:29 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Update repository URL"
12+
}
13+
]
14+
}
15+
},
16+
{
17+
"version": "0.3.0",
18+
"tag": "@microsoft/eslint-config-scalable-ts_v0.3.0",
19+
"date": "Wed, 04 Sep 2019 01:43:31 GMT",
20+
"comments": {
21+
"minor": [
22+
{
23+
"comment": "Fix an issue where the @typescript-eslint/array-type rule required a syntax that broke compatibility with TypeScript versions prior to 3.4"
24+
}
25+
]
26+
}
27+
},
28+
{
29+
"version": "0.2.3",
30+
"tag": "@microsoft/eslint-config-scalable-ts_v0.2.3",
31+
"date": "Tue, 03 Sep 2019 23:13:45 GMT",
32+
"comments": {
33+
"patch": [
34+
{
35+
"comment": "Upgrade to @typescript-eslint/eslint-plugin 2.1.0"
36+
}
37+
]
38+
}
39+
},
40+
{
41+
"version": "0.2.2",
42+
"tag": "@microsoft/eslint-config-scalable-ts_v0.2.2",
43+
"date": "Tue, 27 Aug 2019 01:48:45 GMT",
44+
"comments": {
45+
"patch": [
46+
{
47+
"comment": "Remove unused plugin reference"
48+
}
49+
]
50+
}
51+
},
52+
{
53+
"version": "0.2.1",
54+
"tag": "@microsoft/eslint-config-scalable-ts_v0.2.1",
55+
"date": "Tue, 27 Aug 2019 01:24:54 GMT",
56+
"comments": {
57+
"patch": [
58+
{
59+
"comment": "Replace \"eslint-plugin-no-null\" with a more lenient implementation that allows equality comparisons with \"null\""
60+
}
61+
]
62+
}
63+
},
64+
{
65+
"version": "0.2.0",
66+
"tag": "@microsoft/eslint-config-scalable-ts_v0.2.0",
67+
"date": "Wed, 21 Aug 2019 21:56:59 GMT",
68+
"comments": {
69+
"minor": [
70+
{
71+
"comment": "Enable react/no-deprecated, react/no-unescaped-entities, and react/self-closing-comp"
72+
}
73+
]
74+
}
75+
},
76+
{
77+
"version": "0.1.2",
78+
"tag": "@microsoft/eslint-config-scalable-ts_v0.1.2",
79+
"date": "Fri, 16 Aug 2019 21:58:15 GMT",
80+
"comments": {
81+
"patch": [
82+
{
83+
"comment": "Relax peer dependency to allow usage with ESLint 5"
84+
}
85+
]
86+
}
87+
},
88+
{
89+
"version": "0.1.1",
90+
"tag": "@microsoft/eslint-config-scalable-ts_v0.1.1",
91+
"date": "Fri, 16 Aug 2019 01:15:03 GMT",
92+
"comments": {
93+
"patch": [
94+
{
95+
"comment": "Fix an issue where @typescript-eslint/no-unused-vars didn't work properly with React source files"
96+
},
97+
{
98+
"comment": "Relax @typescript-eslint/camelcase to allow \"_checkBox1_onChanged\""
99+
}
100+
]
101+
}
102+
},
103+
{
104+
"version": "0.1.0",
105+
"tag": "@microsoft/eslint-config-scalable-ts_v0.1.0",
106+
"date": "Thu, 15 Aug 2019 02:56:10 GMT",
107+
"comments": {
108+
"minor": [
109+
{
110+
"comment": "Initial release"
111+
}
112+
]
113+
}
114+
}
115+
]
116+
}

stack/eslint-config/CHANGELOG.md

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Change Log - @microsoft/eslint-config-scalable-ts
2+
3+
This log was last generated on Sun, 29 Sep 2019 23:56:29 GMT and should not be manually modified.
4+
5+
## 0.3.1
6+
Sun, 29 Sep 2019 23:56:29 GMT
7+
8+
### Patches
9+
10+
- Update repository URL
11+
12+
## 0.3.0
13+
Wed, 04 Sep 2019 01:43:31 GMT
14+
15+
### Minor changes
16+
17+
- Fix an issue where the @typescript-eslint/array-type rule required a syntax that broke compatibility with TypeScript versions prior to 3.4
18+
19+
## 0.2.3
20+
Tue, 03 Sep 2019 23:13:45 GMT
21+
22+
### Patches
23+
24+
- Upgrade to @typescript-eslint/eslint-plugin 2.1.0
25+
26+
## 0.2.2
27+
Tue, 27 Aug 2019 01:48:45 GMT
28+
29+
### Patches
30+
31+
- Remove unused plugin reference
32+
33+
## 0.2.1
34+
Tue, 27 Aug 2019 01:24:54 GMT
35+
36+
### Patches
37+
38+
- Replace "eslint-plugin-no-null" with a more lenient implementation that allows equality comparisons with "null"
39+
40+
## 0.2.0
41+
Wed, 21 Aug 2019 21:56:59 GMT
42+
43+
### Minor changes
44+
45+
- Enable react/no-deprecated, react/no-unescaped-entities, and react/self-closing-comp
46+
47+
## 0.1.2
48+
Fri, 16 Aug 2019 21:58:15 GMT
49+
50+
### Patches
51+
52+
- Relax peer dependency to allow usage with ESLint 5
53+
54+
## 0.1.1
55+
Fri, 16 Aug 2019 01:15:03 GMT
56+
57+
### Patches
58+
59+
- Fix an issue where @typescript-eslint/no-unused-vars didn't work properly with React source files
60+
- Relax @typescript-eslint/camelcase to allow "_checkBox1_onChanged"
61+
62+
## 0.1.0
63+
Thu, 15 Aug 2019 02:56:10 GMT
64+
65+
### Minor changes
66+
67+
- Initial release
68+

stack/eslint-config/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @microsoft/eslint-config-scalable-ts
2+
3+
This package contains a base set of rules for scalable TypeScript projects.

0 commit comments

Comments
 (0)