Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/eggjs/eslint-config-egg

Node Style Guide for Egg.
https://github.com/eggjs/eslint-config-egg

Release 13.1.0

[skip ci]

## [13.1.0](https://github.com/eggjs/eslint-config-egg/compare/v13.0.0...v13.1.0) (20...

26fc7573bc99715a61527d2ed57c42c0e3e63e0a authored about 1 year ago by semantic-release-bot <[email protected]>
feat: upgrade deps (#71)

eslint-plugin-jsdoc@39 not support node 20

82ddb9deeeb70f43dc0eb4229773540b7b217f39 authored about 1 year ago by zhennann <[email protected]>
chore: add enforce-node-prefix on readme by default

29cf7040cd5aefc3e7230946b748465d2295cc61 authored over 1 year ago by fengmk2 <[email protected]>
chore: merge history to changelog

f467f54f1fe9b447154c01bdef89c4fdd62e5b20 authored over 1 year ago by fengmk2 <[email protected]>
Release 13.0.0

[skip ci]

## [13.0.0](https://github.com/eggjs/eslint-config-egg/compare/v12.3.1...v13.0.0) (20...

616d76ebb9a8f12998ce9df86520a7419142041f authored over 1 year ago by semantic-release-bot <[email protected]>
feat: avoid @typescript-eslint/typescript-estree warning message (#69) (#70)

BREAKING CHANGE: Drop Node.js < 16 support

```
WARNING: You are currently running a version ...

2189460b1b40c9c68abe7b6f999ee730f45d65ac authored over 1 year ago by fengmk2 <[email protected]>
chore: use eggjs actions to release

64acb1c18dfebbad06feb1e389257ea66f038f71 authored over 1 year ago by fengmk2 <[email protected]>
Release 12.3.1

[skip ci]

## [12.3.1](https://github.com/eggjs/eslint-config-egg/compare/v12.3.0...v12.3.1) (20...

20367254fa58d2189c6a4fc2064a894b2ad9cbc1 authored over 1 year ago by semantic-release-bot <[email protected]>
Revert "feat: avoid @typescript-eslint/typescript-estree warning message (#69)"

This reverts commit afde7022fcf991842f43699c0d1c944f9969a381.

19232008170a6ec2480c624c97e6a01b1f26406a authored over 1 year ago by fengmk2 <[email protected]>
Release 12.3.0

[skip ci]

## [12.3.0](https://github.com/eggjs/eslint-config-egg/compare/v12.2.1...v12.3.0) (20...

3015fc446ce55eb47a0776dfb6d98591436b271d authored over 1 year ago by semantic-release-bot <[email protected]>
feat: avoid @typescript-eslint/typescript-estree warning message (#69)

```
WARNING: You are currently running a version of TypeScript which is not officially supporte...

afde7022fcf991842f43699c0d1c944f9969a381 authored over 1 year ago by fengmk2 <[email protected]>
Release 12.2.1

[skip ci]

## [12.2.1](https://github.com/eggjs/eslint-config-egg/compare/v12.2.0...v12.2.1) (20...

a80e145193ce763b3202ad00597bcbe55d0bb0aa authored over 1 year ago by semantic-release-bot <[email protected]>
fix: enforce-node-prefix rule should support on commonjs (#68)

b1a13161b18afc5c3316e61206e9c8ae3039cdcf authored over 1 year ago by fengmk2 <[email protected]>
Release 12.2.0

[skip ci]

## [12.2.0](https://github.com/eggjs/eslint-config-egg/compare/v12.1.0...v12.2.0) (20...

02862bbdbb2f11dddae1cd5d241c21a6e3039a79 authored over 1 year ago by semantic-release-bot <[email protected]>
feat: Add enforce "node:" prefix rule on import module (#67)

5a1aa4e283c0dac38eeb4bedb0f259ee6f099120 authored over 1 year ago by fengmk2 <[email protected]>
chore: auto release (#66)

4256f211dcea23183cc55dfc391118a1796f63b7 authored about 2 years ago by fengmk2 <[email protected]>
Release 12.1.0

038ca11e17f40d69499b521794571532270a04b7 authored about 2 years ago by TZ <[email protected]>
deps: [email protected] (#65)

7ceb4f3ef107d9851ff6c25dff820e1587d2e6fd authored about 2 years ago by TZ | 天猪 <[email protected]>
Release 12.0.0

65b58a386ef426920da7beed079c5ee59bb23f39 authored over 2 years ago by fengmk2 <[email protected]>
Create codeql-analysis.yml

33ff253fd1ee5a15e244f7905c69d6c6b29e9067 authored over 2 years ago by fengmk2 <[email protected]>
👌 IMPROVE: [BREAKING] use eslint-plugin-jsdoc@39 to support Node.js 18 (#64)

Only support Node.js >= 14
Remove strict rule

f5d58c40bd850d60ea01043854e29db1d95b4d12 authored over 2 years ago by fengmk2 <[email protected]>
Release 11.1.0

c498d30ed384bc3ff3bf93d665340ac3a57b41e5 authored over 2 years ago by TZ <[email protected]>
feat: disable no-return-await check (#63)

1dd77e033ba39954cde60cda7651c46cc9c94335 authored over 2 years ago by TZ | 天猪 <[email protected]>
Release 11.0.1

92913a43c99b689ac27d33c46977a294269f4514 authored almost 3 years ago by popomore <[email protected]>
fix: fix switchcase indent (#62)

60f9593c05d89a34c82f6ca82eb03b13a923373e authored almost 3 years ago by Haoliang Gao <[email protected]>
Release 11.0.0

d7193aa0ff705939f78f43a2d3befaec6af98cc0 authored almost 3 years ago by popomore <[email protected]>
fix: fix decorator indent in typescript (#61)

Ref: https://github.com/typescript-eslint/typescript-eslint/issues/1824#issuecomment-95755972

f1da22db946a953f12e6bec69acbec21c43bb0a9 authored almost 3 years ago by Haoliang Gao <[email protected]>
feat: add no-return-await rule (#60)

ref: https://eslint.org/docs/rules/no-return-await

45e0b994947b05912ac066d46d3e742c162255f1 authored almost 3 years ago by Ink <[email protected]>
Release 10.0.0

649f71cae440b658bd3b789adb29e3e2e9475fd1 authored about 3 years ago by fengmk2 <[email protected]>
feat: support eslint 8 (#59)

drop node 10 support

bca9686b3e0e084a71078a60830409e97704899a authored about 3 years ago by shadyzoz <[email protected]>
Release 9.0.0

15b93ad75edcbb36651bf15ce4bd9075aed7d4e0 authored about 4 years ago by popomore <[email protected]>
feat: 修改 rules/node 中已被 eslint 废弃的 node rules,引入 eslint-plugin-node 及自定规则 (#57)

* fix(node): 修改已被 eslint 废弃的 node rules,增加 eslint-plugin-node 及自定规则
* style(node): 修改代码格式
* fi...

f4bcafebe46b6d4b9f259d7de7fe15af71f0bcca authored about 4 years ago by zhaoxingyue <[email protected]>
Release 8.1.2

1235d9a304286e42897d7ed603f9411c1ce3fc04 authored over 4 years ago by wanghx <[email protected]>
fix: semi rules (#55)

c12391ce4c974615f59cf7026b3e662a56f189b4 authored over 4 years ago by 吖猩 <[email protected]>
Release 8.1.1

df0bdb29e8c13cc9d4c2c9ee1ca7b662c4ff73d5 authored over 4 years ago by wanghx <[email protected]>
fix: reduce type check (#54)

c941ab15f2d74936e7c1fb4fd58b83866f70f24f authored over 4 years ago by 吖猩 <[email protected]>
Release 8.1.0

e9ddf883af41565f1702468ecd9b404a05220b2e authored over 4 years ago by wanghx <[email protected]>
feat: upgrade typescript-eslint (#53)

4215571a6c61c3c07fe443515a9e8704e23e8185 authored over 4 years ago by 吖猩 <[email protected]>
Release 8.0.1

483777ee69c55819d17b4d215f9b7112bc8cc8c5 authored almost 5 years ago by wanghx <[email protected]>
fix: unused vars rule (#50)

* fix: unused-vars is now valid

* chore: update CI generated config

* feat: turn on unused...

2591d1d2b64ba89c0a6f27b537d7706e5e4b3ce7 authored almost 5 years ago by Angela <[email protected]>
Release 8.0.0

749e46e1cd0def75880e98f2025363d293aa989c authored about 5 years ago by popomore <[email protected]>
feat: [BREAKING_CHANGE] use ecma 2020 supporting bigint (#49)

4f5852c481ad3b527636f9f168193646a76768b1 authored about 5 years ago by Haoliang Gao <[email protected]>
feat: no-this-alias allow self=this (#48)

664eeadbb50c6fca78c5e443b2c2aa08057c1436 authored over 5 years ago by Jing Cui <[email protected]>
Release 7.5.1

23142f18151922400e3905b5d87ba20272ae7919 authored over 5 years ago by wanghx <[email protected]>
fix: no need to lint empty interface and params (#47)

ed1480222dd6a8f77121cbe679fe59fbf757662d authored over 5 years ago by 吖猩 <[email protected]>
Release 7.5.0

9ce2fb21f6bcfab5728c0ec838a638471c206aa0 authored over 5 years ago by wanghx <[email protected]>
feat: support typescript (#46)

302b736be4888a38a16c76785c7f31d55819322c authored over 5 years ago by 吖猩 <[email protected]>
chore: Update .travis.yml (#45)

585d2b3a52a4f5c640f8e1afc863615fd1820dc6 authored over 5 years ago by TZ | 天猪 <[email protected]>
Release 7.4.1

1341bbb903f316046f6abb51e272fb7cded4eca7 authored over 5 years ago by TZ <[email protected]>
fix: ignore linebreak-style at win (#43)

491fee8366d4b029c71eeb9d9f8cad3925aafb45 authored over 5 years ago by TZ | 天猪 <[email protected]>
Release 7.4.0

a71db6f5dc4fd9430695e77b0a96c822409b67a3 authored over 5 years ago by TZ <[email protected]>
feat: linebreak-style at win (#42)

5f86efee0f9d1421a75fa0697c6ac7c95b275630 authored over 5 years ago by TZ | 天猪 <[email protected]>
Release 7.3.1

b2026b8fdb27eaf8486635b5489c1b613730f99d authored over 5 years ago by wanghx <[email protected]>
fix: remove check-example rule (#41)

34ca4179f1e4e20ef34acdc502488f1422977920 authored over 5 years ago by 吖猩 <[email protected]>
Release 7.3.0

2842f088e802c496259a16b3f9956ffb01de9373 authored over 5 years ago by wanghx <[email protected]>
feat: jsdoc improvement (#40)

e1935e38bca406fc8b981620a93cd6f5fd050b28 authored almost 6 years ago by 吖猩 <[email protected]>
chore: add contributors on README (#39)

e4c222b3bb4f81634c367744a7eca2e508c10385 authored almost 6 years ago by fengmk2 <[email protected]>
Release 7.2.0

32a1d47cf47a51bbee47d460f84bb367a3c7f61f authored almost 6 years ago by fengmk2 <[email protected]>
feat: add prefer promise reject errors (#38)

ba9a317f7a5e9f81fcfe337eb15a6a7f60d74638 authored almost 6 years ago by Yiyu He <[email protected]>
Release 7.1.0

0532fd55c8b11474eb75da8cc9e0582b267d786f authored over 6 years ago by popomore <[email protected]>
feat: upgrade to es2018 support object rest/spread properties (#37)

9e21077c1b3ef7784b2c61a7fec54635f5571c76 authored over 6 years ago by Haoliang Gao <[email protected]>
docs: update dependencies version in README (#36)

c01647f493c6234ddbfdcb3f7e273519c6098ff9 authored over 6 years ago by 萨波 <[email protected]>
test: add node 10 (#35)

bd881c5bbb32f84e27d9f106664fd8e9676c147c authored over 6 years ago by 薛定谔的猫 <[email protected]>
Release 7.0.0

6a4b1b45b67619d3614d368f4e4fa6861264da62 authored almost 7 years ago by TZ <[email protected]>
feat: add eslint-plugin-eggache && drop support 4.x (#34)

8a561d8affe8162a5ab3961b5dd0d38ce20fe94c authored almost 7 years ago by TZ | 天猪 <[email protected]>
Release 6.0.0

bbddc19c1fa804fd8a0d0f1f910c9539a76469fc authored almost 7 years ago by popomore <[email protected]>
deps: upgrade babel-eslint (#33)

503d87239183d9abed36a4b3253cb148b45029c6 authored almost 7 years ago by Haoliang Gao <[email protected]>
Release 5.1.1

dbf5b739f000078f2671c1fe899fb1dd7678328e authored over 7 years ago by fengmk2 <[email protected]>
fix: disable functions options in comma-dangle (#32)

trailing comma in function is supported after node8

http://node.green/#ES2017-features-traili...

3142d5b0f821fee9d4a7e284ad7d7b75ca46887c authored over 7 years ago by Haoliang Gao <[email protected]>
Release 5.1.0

c7404e6dd18c33c2bd7d7c97181b0e76d97ac8fe authored over 7 years ago by popomore <[email protected]>
feat: disable browser env on node (#31)

1b1c61bf88d6cb85971d84edafb32dce599526e1 authored over 7 years ago by Haoliang Gao <[email protected]>
Release 5.0.0

0569d8d4b01670fbbb139fb9b0a6cfd590b1e9de authored over 7 years ago by popomore <[email protected]>
feat: upgrade eslint-plugin-jsx-a11y (#30)

864544a7c9102289d6aef22221b7f87bea4e0348 authored over 7 years ago by Haoliang Gao <[email protected]>
feat: BREAKING_CHANGE upgarde eslint-plugin-react (#29)

Also see https://github.com/airbnb/javascript/commit/d469bb25c1e8b762de65bbb5e21ed98d9bf934f7

...

4bcef439ee75a9e08930361aab81816801988cbf authored over 7 years ago by Haoliang Gao <[email protected]>
Release 4.2.1

dd67d41ea6c21d7347460e705b602b46e34d6457 authored over 7 years ago by popomore <[email protected]>
fix: remove unused ecmaFeatures (#28)

e1e644c9c2c87f071b54e1e1302d1c74708dd2c6 authored over 7 years ago by Yiyu He <[email protected]>
Release 4.2.0

b4e58a39d6499ae69a1fe3454e475bc6a5617357 authored over 7 years ago by popomore <[email protected]>
feat: disable forbid-prop-types and require-default-props (#26)

acc9958fab90fd855ac9a7f51e66f782106f0876 authored over 7 years ago by Haoliang Gao <[email protected]>
Release 4.1.0

8f0db4f05fa7fd820e84da4921a54fe16eee5658 authored over 7 years ago by popomore <[email protected]>
deps: peerDeps to deps (#24)

35797a1a7fba2566acd49a77886a46fb117e1ebe authored over 7 years ago by Haoliang Gao <[email protected]>
Release 4.0.0

6ba0e52cb1bdc4a283c3b849c4ccb7a4cfe7dd82 authored over 7 years ago by popomore <[email protected]>
feat: support es8 by default (#23)

832851f04fbbb97c62e6cfb29cd0931c2aad89db authored over 7 years ago by Haoliang Gao <[email protected]>
feat: add React rules (#22)

50a6b77adef7ef42215fe26cb6b88c0b697cb5a9 authored over 7 years ago by Roy Li <[email protected]>
Release 3.2.0

3da0b9c0b65ef60f884dfd468a9753e96ae5bed9 authored about 8 years ago by TZ <[email protected]>
feat: disable no-useless-escape (#21)

3937d2fe0041c67d02384614f7565682c56b385a authored about 8 years ago by TZ | 天猪 <[email protected]>
doc: reference about trailing commas (#19)

4ab5261acdba2a3daf9de453996b02f009043469 authored over 8 years ago by 闲耘™ <[email protected]>
Release 3.1.0

59724f26007ae1997d451371f875d8d0d42b9305 authored over 8 years ago by fengmk2 <[email protected]>
doc: add more usage in readme (#18)

0d7b3781be20a0ebfc2785ecc3ac24debebbc131 authored over 8 years ago by Yiyu He <[email protected]>
feat: sourceType, no-extra-parens, brace-style, no-console (#17)

* sourceType: 'script'
* no-console: 'off'
* brace-style: [ 'error', '1tbs', { allowSingleLine...

ecf6ce4a91ab5cef372862e873fc9d6823a5a826 authored over 8 years ago by TZ | 天猪 <[email protected]>
Release 3.0.3

0628fef4fbfbbe22e191e50bdde4dc22dd045d50 authored over 8 years ago by fengmk2 <[email protected]>
fix: should work with eslint 3 (#16)

ab3edeabc806102f80111528b6cd909615b56f1f authored over 8 years ago by fengmk2 <[email protected]>
Release 3.0.2

87188c472673c3baac9b7f5671e26dc9986ea96e authored over 8 years ago by fengmk2 <[email protected]>
fix: change rules that should not use (#15)

Closes #14

1d17ad7c55ea89ae51dc5ea003c69e78ef031e7e authored over 8 years ago by Haoliang Gao <[email protected]>
Release 3.0.1

42443459873fa1e86a069d37f9ef0276477eebf6 authored over 8 years ago by fengmk2 <[email protected]>
fix: miss legacy (#13)

* fix: miss legacy

move all files to lib

* chore: fix repo url

3c7a793713a46d793ab6120b8868ca8fb66763fa authored over 8 years ago by Haoliang Gao <[email protected]>
fix: forget to add necessary files to package.json (#12)

e33fbba1ea54f18b6284645d652624847c4e027b authored over 8 years ago by Roy Li <[email protected]>
Release 3.0.0

c7462a3ce207a40d33bcde1ba0ccc1c80bb63e89 authored over 8 years ago by fengmk2 <[email protected]>
refactor: refactor all rules based on eslint-config-airbnb and old ones, and classify them by category. (#11)

0f052b7020130c7aa3c9dd79d036ea53a5e3edec authored over 8 years ago by Roy Li <[email protected]>
Release 2.1.0

aa3a93251806c48eece3994fb69a323942a73d95 authored almost 9 years ago by fengmk2 <[email protected]>
Merge pull request #9 from benjycui/deps-eslint

deps: add peerDependencies

d86053f2b33deb1ac8afae45e5766d75729b3439 authored almost 9 years ago by fengmk2 <[email protected]>