Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat(eslint-plugin): Migrate plugin to ts#120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
37dd878
c651723
1714d3b
bcb3288
5e68332
bbc841a
0d3e8ff
d4254f5
ee56d42
e44fba5
fd3fc9d
9bfbb86
a47e536
1e78ac5
f5d15fa
26e7275
1df6084
25579ad
6d71be4
a690933
9796d0f
4f8a9d1
b76a2d7
5826ca2
e18ad83
c5875f6
8f2e7e5
b08b70a
6f33e82
99f14a1
e8fc817
1ab295c
35ab1bb
64ca20b
14c0568
0f9b863
f35c261
c49d7e8
334c9b9
67c2ded
9eb59cb
393204f
7ce246f
f991152
db338a3
be34387
5d1165e
6ef013a
8309b5d
4252c4a
efb0e9b
22ab757
5ef1e40
616e3a5
cbd7396
7f36b4b
2a7fc49
3ae13c6
90c9dde
5c95e0e
3a8599c
0f4253a
48cb5a1
077994a
0634149
0d3b2b8
d24d61d
ecc9582
55542a2
4e0136d
50dda72
f6527dd
49feb83
6ec6b5f
bf31055
a294ea9
a49264c
46dd1e5
265a6c1
419ccde
0ac7c7f
46613cc
ca20023
27c6eba
ed6ed5e
ca5836e
79fe2b7
7d3fac0
5f6c1ed
4158deb
2f6ff83
917a9f1
cb359d3
c652486
51c7635
5c8ad1a
3384ed1
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -36,9 +36,6 @@ build/Release | ||
node_modules/ | ||
jspm_packages/ | ||
# Optional npm cache directory | ||
.npm | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"extends": "../../tsconfig.base.json", | ||
"compilerOptions": { | ||
"outDir": "./dist" | ||
}, | ||
"include": ["src"] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
{ | ||
"extends": "./tsconfig.build.json", | ||
"include": ["src", "tests"], | ||
"exclude": ["tests/test-project", "tests/test-tslint-rules-directory"] | ||
} |
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.