Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
docs(*): switch from author file comments to all-contributors#228
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
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
112 commits Select commitHold shift + click to select a range
37dd878
rename files and start migration
bradzacherc651723
start converting rules
bradzacher1714d3b
first pass type conversion done
bradzacherbcb3288
es6 exports
bradzacher5e68332
correct tooling paths
bradzacherbbc841a
fix update-recommended script
bradzacher0d3e8ff
add missing manual module typing files
bradzacherd4254f5
address some review comments
bradzacheree56d42
Merge master into migrate-plugin-to-ts
bradzachere44fba5
convert tests to TS, move folders, fix bugs
bradzacherfd3fc9d
started adding type defs for TSEstree
bradzacher9bfbb86
more types
bradzachera47e536
chore(ts-estree): draft of estree structure (replacement for ESTreeNo…
armano21e78ac5
more types
bradzacherf5d15fa
Finished adding types
bradzacher26e7275
Filled out unions
bradzacher1df6084
removed types auto generated by armano
bradzacher25579ad
Fix some incorrect typings
bradzacher6d71be4
start strictly typing rules
bradzachera690933
fix incorrect type for TSTypeRef
bradzacher9796d0f
find+replace remove create(context: Rule.RuleContext)
bradzacher4f8a9d1
Bring SourceCode type internally
bradzacherb76a2d7
adjacent-overload-signatures
bradzacher5826ca2
array-type
bradzachere18ad83
ban-types
bradzacherc5875f6
move the eslint retyping to a fake module
bradzacher8f2e7e5
add back tests accidentally deleted from adjacent-overload-sigs
bradzacherb08b70a
camelcase
bradzacher6f33e82
tweak generics to be stricter and more ergonomic
bradzacher99f14a1
rename test files and retype RuleTester
bradzachere8fc817
class-name-casing
bradzacher1ab295c
explicit-function-return-type
bradzacher35ab1bb
explicit-member-accessibility
bradzacher64ca20b
generic-type-naming
bradzacher14c0568
indent
bradzacher0f9b863
add comment to ts-estree types
bradzacherf35c261
switch from npmignore to package.json files
bradzacherc49d7e8
interface-name-prefix
bradzacher334c9b9
Switch to export default rules because it's nicer from a typescript s…
bradzacher67c2ded
fix config so the test files get the proper types from src
bradzacher9eb59cb
member-delimiter-style
bradzacher393204f
revert typescript version bump
bradzacher7ce246f
review fixes 1/n
bradzacherf991152
review fixes 2/2
bradzacherdb338a3
member-naming
bradzacherbe34387
member-ordering
bradzacher5d1165e
review fixes
bradzacher6ef013a
no-angle-bracket-type-assertion
bradzacher8309b5d
no-array-constructor
bradzacher4252c4a
no-empty-interface
bradzacherefb0e9b
no-explicit-any
bradzacher22ab757
no-extraneous-class
bradzacher5ef1e40
no-inferrable-types
bradzacher616e3a5
no-misused-new
bradzachercbd7396
Merge master into migrate-plugin-to-ts
bradzacher7f36b4b
fix new tests + debug config
bradzacher2a7fc49
no-namespace
bradzacher3ae13c6
add types for the eslint modules used in eslint-rules tests
bradzacher90c9dde
no-non-null-assertion
bradzacher5c95e0e
no-object-literal-type-assertion
bradzacher3a8599c
no-parameter-properties
bradzacher0f4253a
no-this-alias
bradzacher48cb5a1
no-triple-slash-reference
bradzacher077994a
no-type-alias
bradzacher0634149
no-unused-vars
bradzacher0d3b2b8
no-use-before-define
bradzacherd24d61d
no-useless-constructor
bradzacherecc9582
no-var-requires
bradzacher55542a2
prefer-interface
bradzacher4e0136d
prefer-namespace-keyword
bradzacher50dda72
restrict-plus-operands
bradzacherf6527dd
type-annotation-spacing
bradzacher49feb83
fixed up tests and build
bradzacher6ec6b5f
fix build error
bradzacherbf31055
add typecheck command and fix errors
bradzachera294ea9
move tsestree-utils into utils
bradzachera49264c
split utils into separate files to reduce overall file size
bradzacher46dd1e5
add a createRule helper function
bradzacher265a6c1
remove a number of inconsistent/useless comments
bradzacher419ccde
move parser ambient typings to fix the build
bradzacher0ac7c7f
Fix up some raw strings instead of enum usage
bradzacher46613cc
ran yarn format
bradzacherca20023
remove temporary isolated modules in tests
bradzacher27c6eba
Merge branch 'master' into migrate-plugin-to-ts
bradzachered6ed5e
review fixes
bradzacherca5836e
disable most eslint-plugin-eslint-plugin rules as they no longer are …
bradzacher79fe2b7
duplicated logic in no-extraneous-class
bradzacher7d3fac0
Merge branch 'master' into migrate-plugin-to-ts
bradzacher5f6c1ed
fix types on promise-function-async
bradzacher6ca9005
docs(*): switch from @author comments to all-contributors
bradzachere4dcd1b
remove duplicated add command
bradzacherc0c84bf
removed contribution types from non-maintainers
bradzacher4158deb
Merge branch 'master' into migrate-plugin-to-ts
bradzacher2f6ff83
rename the base tsconfig file to prevent errors in visual studio (not…
bradzacher7e36ceb
Merge branch 'migrate-plugin-to-ts' into contributors
bradzacher917a9f1
fix build
bradzachercb359d3
review
bradzacher48bf8be
Merge branch 'migrate-plugin-to-ts' into contributors
bradzacherc652486
switch RuleTester to a non-default export
bradzacher51c7635
review fixes pt 1
bradzacher5c8ad1a
add removed type checks back into tests
bradzacher13520fb
Merge branch 'migrate-plugin-to-ts' into contributors
bradzachere258b10
Merge branch 'master' into contributors
bradzacher339076f
Merge branch 'master' into contributors
bradzacherd6e0889
Merge branch 'master' into contributors
bradzacher8592530
Merge branch 'master' into contributors
bradzacher6030c70
create a script to auto generate the list of contributors via the git…
bradzacher632bcd3
Merge branch 'master' into contributors
bradzacher69b5684
remove maintainer differentiation
bradzacherbc2f1bd
Merge branch 'master' into contributors
j-f12ecd6aa
Merge branch 'master' into contributors
JamesHenry41dd19d
Merge branch 'master' into contributors
JamesHenryFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
161 changes: 161 additions & 0 deletions.all-contributorsrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
{ | ||
"projectName": "typescript-eslint", | ||
"projectOwner": "typescript-eslint", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": [ | ||
"CONTRIBUTORS.md" | ||
], | ||
"imageSize": 100, | ||
"commit": false, | ||
"contributors": [ | ||
{ | ||
"login": "JamesHenry", | ||
"name": "James Henry", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/900523?v=4", | ||
"profile": "https://github.com/JamesHenry", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "armano2", | ||
"name": "Armano", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/625469?v=4", | ||
"profile": "https://github.com/armano2", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "soda0289", | ||
"name": "Reyad Attiyat", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/2373964?v=4", | ||
"profile": "https://github.com/soda0289", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "bradzacher", | ||
"name": "Brad Zacher", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/7462525?v=4", | ||
"profile": "https://github.com/bradzacher", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "weirdpattern", | ||
"name": "Patricio Trevino", | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/19519411?v=4", | ||
"profile": "https://github.com/weirdpattern", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "nzakas", | ||
"name": "Nicholas C. Zakas", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/38546?v=4", | ||
"profile": "https://github.com/nzakas", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "j-f1", | ||
"name": "Jed Fox", | ||
"avatar_url": "https://avatars2.githubusercontent.com/u/25517624?v=4", | ||
"profile": "https://github.com/j-f1", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "uniqueiniquity", | ||
"name": "Benjamin Lichtman", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/9092011?v=4", | ||
"profile": "https://github.com/uniqueiniquity", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "kaicataldo", | ||
"name": "Kai Cataldo", | ||
"avatar_url": "https://avatars2.githubusercontent.com/u/7041728?v=4", | ||
"profile": "https://github.com/kaicataldo", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "Pajn", | ||
"name": "Rasmus Eneman", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/817422?v=4", | ||
"profile": "https://github.com/Pajn", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "azz", | ||
"name": "Lucas Azzola", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/1297597?v=4", | ||
"profile": "https://github.com/azz", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "dannyfritz", | ||
"name": "Danny Fritz", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/315788?v=4", | ||
"profile": "https://github.com/dannyfritz", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "ikatyang", | ||
"name": "Ika", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/8341033?v=4", | ||
"profile": "https://github.com/ikatyang", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "mysticatea", | ||
"name": "Toru Nagashima", | ||
"avatar_url": "https://avatars2.githubusercontent.com/u/1937871?v=4", | ||
"profile": "https://github.com/mysticatea", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "macklinu", | ||
"name": "mackie", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/2344137?v=4", | ||
"profile": "https://github.com/macklinu", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "lukyth", | ||
"name": "Kanitkorn Sujautra", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/7040242?v=4", | ||
"profile": "https://github.com/lukyth", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "platinumazure", | ||
"name": "Kevin Partington", | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/284282?v=4", | ||
"profile": "https://github.com/platinumazure", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "mightyiam", | ||
"name": "Shahar Or", | ||
"avatar_url": "https://avatars2.githubusercontent.com/u/635591?v=4", | ||
"profile": "https://github.com/mightyiam", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "invalid-email-address", | ||
"name": "Check your git settings!", | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/148100?v=4", | ||
"profile": "https://github.com/invalid-email-address", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "flying-sheep", | ||
"name": "Philipp A.", | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/291575?v=4", | ||
"profile": "https://github.com/flying-sheep", | ||
"contributions": [] | ||
}, | ||
{ | ||
"login": "g-plane", | ||
"name": "Pig Fang", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/17216317?v=4", | ||
"profile": "https://github.com/g-plane", | ||
"contributions": [] | ||
} | ||
], | ||
"contributorsPerLine": 7 | ||
} |
10 changes: 10 additions & 0 deletionsCONTRIBUTORS.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Contributors | ||
Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)): | ||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore --> | ||
<table cellspacing="0" cellpadding="1"><tr><td><a href="https://github.com/JamesHenry"><img src="https://avatars1.githubusercontent.com/u/900523?v=4" width="100px;" height="100px;" alt="James Henry"/><br /><sub><b>James Henry</b></sub></a><br /></td><td><a href="https://github.com/armano2"><img src="https://avatars1.githubusercontent.com/u/625469?v=4" width="100px;" height="100px;" alt="Armano"/><br /><sub><b>Armano</b></sub></a><br /></td><td><a href="https://github.com/soda0289"><img src="https://avatars1.githubusercontent.com/u/2373964?v=4" width="100px;" height="100px;" alt="Reyad Attiyat"/><br /><sub><b>Reyad Attiyat</b></sub></a><br /></td><td><a href="https://github.com/bradzacher"><img src="https://avatars1.githubusercontent.com/u/7462525?v=4" width="100px;" height="100px;" alt="Brad Zacher"/><br /><sub><b>Brad Zacher</b></sub></a><br /></td><td><a href="https://github.com/weirdpattern"><img src="https://avatars0.githubusercontent.com/u/19519411?v=4" width="100px;" height="100px;" alt="Patricio Trevino"/><br /><sub><b>Patricio Trevino</b></sub></a><br /></td><td><a href="https://github.com/nzakas"><img src="https://avatars3.githubusercontent.com/u/38546?v=4" width="100px;" height="100px;" alt="Nicholas C. Zakas"/><br /><sub><b>Nicholas C. Zakas</b></sub></a><br /></td><td><a href="https://github.com/j-f1"><img src="https://avatars2.githubusercontent.com/u/25517624?v=4" width="100px;" height="100px;" alt="Jed Fox"/><br /><sub><b>Jed Fox</b></sub></a><br /></td></tr><tr><td><a href="https://github.com/uniqueiniquity"><img src="https://avatars1.githubusercontent.com/u/9092011?v=4" width="100px;" height="100px;" alt="Benjamin Lichtman"/><br /><sub><b>Benjamin Lichtman</b></sub></a><br /></td><td><a href="https://github.com/kaicataldo"><img src="https://avatars2.githubusercontent.com/u/7041728?v=4" width="100px;" height="100px;" alt="Kai Cataldo"/><br /><sub><b>Kai Cataldo</b></sub></a><br /></td><td><a href="https://github.com/Pajn"><img src="https://avatars1.githubusercontent.com/u/817422?v=4" width="100px;" height="100px;" alt="Rasmus Eneman"/><br /><sub><b>Rasmus Eneman</b></sub></a><br /></td><td><a href="https://github.com/azz"><img src="https://avatars3.githubusercontent.com/u/1297597?v=4" width="100px;" height="100px;" alt="Lucas Azzola"/><br /><sub><b>Lucas Azzola</b></sub></a><br /></td><td><a href="https://github.com/dannyfritz"><img src="https://avatars1.githubusercontent.com/u/315788?v=4" width="100px;" height="100px;" alt="Danny Fritz"/><br /><sub><b>Danny Fritz</b></sub></a><br /></td><td><a href="https://github.com/ikatyang"><img src="https://avatars1.githubusercontent.com/u/8341033?v=4" width="100px;" height="100px;" alt="Ika"/><br /><sub><b>Ika</b></sub></a><br /></td><td><a href="https://github.com/mysticatea"><img src="https://avatars2.githubusercontent.com/u/1937871?v=4" width="100px;" height="100px;" alt="Toru Nagashima"/><br /><sub><b>Toru Nagashima</b></sub></a><br /></td></tr><tr><td><a href="https://github.com/macklinu"><img src="https://avatars1.githubusercontent.com/u/2344137?v=4" width="100px;" height="100px;" alt="mackie"/><br /><sub><b>mackie</b></sub></a><br /></td><td><a href="https://github.com/lukyth"><img src="https://avatars3.githubusercontent.com/u/7040242?v=4" width="100px;" height="100px;" alt="Kanitkorn Sujautra"/><br /><sub><b>Kanitkorn Sujautra</b></sub></a><br /></td><td><a href="https://github.com/platinumazure"><img src="https://avatars0.githubusercontent.com/u/284282?v=4" width="100px;" height="100px;" alt="Kevin Partington"/><br /><sub><b>Kevin Partington</b></sub></a><br /></td><td><a href="https://github.com/mightyiam"><img src="https://avatars2.githubusercontent.com/u/635591?v=4" width="100px;" height="100px;" alt="Shahar Or"/><br /><sub><b>Shahar Or</b></sub></a><br /></td><td><a href="https://github.com/invalid-email-address"><img src="https://avatars0.githubusercontent.com/u/148100?v=4" width="100px;" height="100px;" alt="Check your git settings!"/><br /><sub><b>Check your git settings!</b></sub></a><br /></td><td><a href="https://github.com/flying-sheep"><img src="https://avatars0.githubusercontent.com/u/291575?v=4" width="100px;" height="100px;" alt="Philipp A."/><br /><sub><b>Philipp A.</b></sub></a><br /></td><td><a href="https://github.com/g-plane"><img src="https://avatars1.githubusercontent.com/u/17216317?v=4" width="100px;" height="100px;" alt="Pig Fang"/><br /><sub><b>Pig Fang</b></sub></a><br /></td></tr></table> | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
<sup>This list is auto-generated using `yarn generate-contributors`.</sup> |
6 changes: 5 additions & 1 deletionREADME.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletionpackage.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletionspackages/eslint-plugin/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import requireIndex from 'requireindex'; | ||
import path from 'path'; | ||
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/adjacent-overload-signatures.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree'; | ||
import * as util from '../util'; | ||
6 changes: 0 additions & 6 deletionspackages/eslint-plugin/src/rules/array-type.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import { | ||
AST_NODE_TYPES, | ||
AST_TOKEN_TYPES, | ||
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/ban-ts-ignore.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import * as util from '../util'; | ||
export default util.createRule({ | ||
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/ban-types.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/camelcase.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletionspackages/eslint-plugin/src/rules/class-name-casing.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import * as util from '../util'; | ||
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree'; | ||
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/explicit-function-return-type.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree'; | ||
import * as util from '../util'; | ||
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/explicit-member-accessibility.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import { TSESTree } from '@typescript-eslint/typescript-estree'; | ||
import * as util from '../util'; | ||
4 changes: 0 additions & 4 deletionspackages/eslint-plugin/src/rules/generic-type-naming.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
import * as util from '../util'; | ||
type Options = [string?]; | ||
2 changes: 0 additions & 2 deletionspackages/eslint-plugin/src/rules/indent.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/interface-name-prefix.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import * as util from '../util'; | ||
type Options = ['never' | 'always']; | ||
6 changes: 0 additions & 6 deletionspackages/eslint-plugin/src/rules/member-delimiter-style.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree'; | ||
import * as util from '../util'; | ||
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/member-naming.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import { TSESTree } from '@typescript-eslint/typescript-estree'; | ||
import * as util from '../util'; | ||
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/member-ordering.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree'; | ||
import * as util from '../util'; | ||
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/no-angle-bracket-type-assertion.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import * as util from '../util'; | ||
export default util.createRule({ | ||
6 changes: 0 additions & 6 deletionspackages/eslint-plugin/src/rules/no-array-constructor.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree'; | ||
import * as util from '../util'; | ||
5 changes: 0 additions & 5 deletionspackages/eslint-plugin/src/rules/no-empty-interface.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import * as util from '../util'; | ||
type Options = [ | ||
6 changes: 0 additions & 6 deletionspackages/eslint-plugin/src/rules/no-explicit-any.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import * as util from '../util'; | ||
export default util.createRule({ | ||
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.