Ecosyste.ms: OpenCollective

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

github.com/eslint/cn.eslint.org

Chinese ESLint documentation
https://github.com/eslint/cn.eslint.org

Add Camptocamp logo (#406)

d2975e106b194d463ac192031dc3571e339f0c88 authored over 7 years ago by Roman Zoller <[email protected]>
Add a 404 page and an “Edit this page” link, as well as some other polish (#367)

* Add a 404 page
* Add an “Edit this page” link to the footer
* Make the ESLint logo align ver...

7f0991e2f78b09c306c820af009c4d1380bc537f authored over 7 years ago by Jed Fox <[email protected]>
Autogenerated new docs and demo at Sun Sep 03 2017 17:09:15

eb5b55a1e8cbf8864dfe5b80e45cff54b1696bfa authored over 7 years ago by ESLint Jenkins <[email protected]>
Fix edit links (#404)

01a21c6ac5fe04c1aa9704d7bb8bb5a5af1b4c5a authored over 7 years ago by Teddy Katz <[email protected]>
Update blogpost for v4.6.0 (#403)

f8798678cb28df3710d7afb15791929997927717 authored over 7 years ago by Teddy Katz <[email protected]>
Autogenerated new docs and demo at Fri Sep 01 2017 18:28:40

c2844bbc7c7267afc0b63897eade4973a4b5ee9e authored over 7 years ago by ESLint Jenkins <[email protected]>
Add link to download .eslintrc.json file (fixes #110) (#401)

1b6dae2285ac841e9c5131f20c2df14badbb6f9a authored over 7 years ago by Teddy Katz <[email protected]>
Show end locations of problems in demo (#396)

9113d62b5f0e81661af156f89856b58c937015b8 authored over 7 years ago by Teddy Katz <[email protected]>
Show errors markers on initial demo load (fixes #394) (#395)

7354bb566b3df0975005cbdef689d5b212b18521 authored over 7 years ago by Teddy Katz <[email protected]>
Lint JS files (#393)

* Lint JS files

* Add eslint-plugin-jsx-a11y

* Avoid using ReactDOM.findDOMNode

de4213bbf551ed42ffad0f6e3486edc9a70ced68 authored over 7 years ago by Teddy Katz <[email protected]>
Fix issue where "fix" state was sometimes unset (#400)

When loading code from a URL, the the value of `this.state.fix` would end up undefined. This wou...

4421fe6f3cdc5091cffd2e869c24cbb6f57ea329 authored over 7 years ago by Teddy Katz <[email protected]>
Fix incorrect falsy check for localStorage stored state (#399)

8d8a4e8d96677ba8502fbf032a030e9398c4ae66 authored over 7 years ago by Teddy Katz <[email protected]>
Avoid deep-merging configs (fixes #390) (#391)

79ff2db2cf43c205cc294fc5d21ab051ef037aec authored over 7 years ago by Teddy Katz <[email protected]>
Add a loading message for the demo (#398)

26ca034fd07d323d62aea0583cbb6a96100e0611 authored over 7 years ago by Teddy Katz <[email protected]>
Add "select all" checkbox for rules/envs (fixes #123) (#397)

1b69758ee51663547afbac497dc7907a7e4a1ee1 authored over 7 years ago by Teddy Katz <[email protected]>
Use 2 instead of "error" internally for demo configs (#392)

This makes the serialized configs smaller, which reduces the URL size.

0cd288b047f64790be1e5635d7e86bf1ad83076c authored over 7 years ago by Teddy Katz <[email protected]>
Allow a permalink to the demo with a given piece of code and config (#389)

b04b65428fc8c9e396d130ddd3fe78128c2f2216 authored over 7 years ago by Teddy Katz <[email protected]>
Don't change the URL hash when switching tabs in the demo (#388)

This fixes an issue where "#messages" would appear at the end of the URL when clicking the Messa...

745efd032dfcaa716386fa350bf94969c26cc723 authored over 7 years ago by Teddy Katz <[email protected]>
Store demo tab state in react instead of bootstrap (#382)

dbd7451611ecaf2c0004209e17cd1fa5e3c8ab07 authored over 7 years ago by Teddy Katz <[email protected]>
Avoid duplicate state in parserOptions (#385)

The ParserOptions component contains duplicated state for the active ESLint configuration, but t...

93b1aa04c3959925a028f239db10b1afe3c396a1 authored over 7 years ago by Teddy Katz <[email protected]>
Refactor Configuration component to avoid duplicate state (#387)

This updates the Configuration component to be a functional component (without state), since all...

e7b761a604aece92e1375c61d8bfdda06b8971a8 authored over 7 years ago by Teddy Katz <[email protected]>
Refactor Environments component in demo (#386)

This refactors the Environments component to do the following:

* Use a functional component r...

6dea9fe139af2683f03198df9ce8a895af27b51e authored over 7 years ago by Teddy Katz <[email protected]>
Avoid storing docs in React state in demo (#383)

Since the React state is stored in `localStorage`, this was inflating the required storage space...

ef1b94f00d8ed20e72b48f92d6dff09dac596e4b authored over 7 years ago by Teddy Katz <[email protected]>
Avoid duplicated state in rulesConfig (#384)

The RulesConfig component contains duplicated state for the active ESLint configuration, but the...

2c43c8ce4615e187d20e407e7c1b4cad69185a17 authored over 7 years ago by Teddy Katz <[email protected]>
Avoid unnecessary state in demo (#381)

The list of problems and output can be considered a pure function of the text and options, so it...

6aa2a0fa52b72bec4e6a9959b28eac3ea89d94c7 authored over 7 years ago by Teddy Katz <[email protected]>
Avoid unnecessary empty parens in demo messages for fatal errors (#380)

6b52d1438897d572bf268b811b0f67a52ac25eff authored over 7 years ago by Teddy Katz <[email protected]>
Bundle the required assets for the JS editor (fixes #378) (#379)

This adds the JS editor assets to this repository, fixing an issue where the demo isn't working ...

794df786484d4291c2a08068061694aadb4df276 authored over 7 years ago by Teddy Katz <[email protected]>
Update blogpost for v4.5.0 (#377)

7c8aea1f098ba181af76e2054294332a3a7a8d7a authored over 7 years ago by Teddy Katz <[email protected]>
Autogenerated new docs and demo at Fri Aug 18 2017 22:32:24

731d13c3a73b37e1fc952441c69c388e1ed0c2a2 authored over 7 years ago by ESLint Jenkins <[email protected]>
Fix mixed content in demo (#376)

1dfabcdf2a95ec617c5ddd25026e2f9c855678e3 authored over 7 years ago by Teddy Katz <[email protected]>
Update: url to https in config (#375)

30bbbbfc3c1b7a491074d16c4f3b23db224c3f39 authored over 7 years ago by Gyandeep Singh <[email protected]>
Fix: Github page build due to non-closing issue

e563a48962ed36981ae4a0ebc4c906f6c075a14d authored over 7 years ago by Gyandeep Singh <[email protected]>
add sina logo (#373)

544cc58239a5837c77b54fed2d067bb4a0a955db authored over 7 years ago by Vincent Lee <[email protected]>
Update 2017-08-07-eslint-v4.4.1-released.md (#372)

5c718f431d51a2101c8e3bdd2e3415d8459c8c41 authored over 7 years ago by Kai Cataldo <[email protected]>
Autogenerated new docs and demo at Mon Aug 07 2017 12:03:21

e5576a225da2dcbe2182c9e581be9c8e62e62d7a authored over 7 years ago by ESLint Jenkins <[email protected]>
Update 2017-08-05-eslint-v4.4.0-released.md (#371)

* Update 2017-08-05-eslint-v4.4.0-released.md

* Update 2017-08-05-eslint-v4.4.0-released.md

2bdee96af08e62e41c455c13e19fc22edbc75129 authored over 7 years ago by Kai Cataldo <[email protected]>
Autogenerated new docs and demo at Sat Aug 05 2017 13:04:45

13aea04f275666d509e522c29227c299b0546cf0 authored over 7 years ago by ESLint Jenkins <[email protected]>
Logo - add Bluecore logo (#369)

* add Bluecore logo

* fix spelling mistake

* add newline to eof

05c0d5acc932974c964e77a411b90e5862da1d43 authored over 7 years ago by Victor Hom <[email protected]>
Autogenerated new docs and demo at Fri Jul 21 2017 12:16:49

c65f0717ff6e086e689df1d502e453b90ae6b403 authored over 7 years ago by ESLint Jenkins <[email protected]>
Save demo state in localStorage (#361)

* Save demo state in localStorage

* Merge options rather than replacing

* Use custom imple...

b00a4b33dde65939a634c12ed136d424129f85f9 authored over 7 years ago by Teddy Katz <[email protected]>
Include ALE vim integration (#364)

a8ad2d9c0fe558db4572ab4985a94520c9cf6919 authored over 7 years ago by Filype Pereira <[email protected]>
Apply documentation fixes from ESLint repo (#366)

This adds the documentation fixes from https://github.com/eslint/eslint/commit/1a89e1c53e543b483...

bf2a286064dbc419f2a4cf3520ec0433f969357b authored over 7 years ago by Teddy Katz <[email protected]>
Update blogpost for 4.2.0 (#365)

23c5139523606d65e19de7568f65d6027befc465 authored over 7 years ago by Teddy Katz <[email protected]>
Autogenerated new docs and demo at Sat Jul 08 2017 21:57:15

17b3ab0cb729947cf833de12e2870fcff9ffadf4 authored over 7 years ago by ESLint Jenkins <[email protected]>
Autogenerated new docs and demo at Sun Jun 25 2017 20:51:50

427d07dca33742064c6fef5e8f6b6647f5fb95ba authored over 7 years ago by ESLint Jenkins <[email protected]>
fix simple typo (#362)

fdf2d60ac7aec7170402ba487cba074ea0c962ca authored over 7 years ago by Adam Leskis <[email protected]>
Fix: Rerun lint when tabs are switched on demo page

96020add3ea39358fe951eb23e91c3351388c04b authored over 7 years ago by Gyandeep Singh <[email protected]>
Use consistent formatting in blogpost

a75f4cc1a00554cd154392f25307257361285139 authored over 7 years ago by Teddy Katz <[email protected]>
Fixing file name for demo (#359)

38a7b736a78428977eace601f71cc0c35cb0dce1 authored over 7 years ago by Ilya Volodin <[email protected]>
Add 4.1.0 blogpost (#360)

d5ab925f346f04c2af443ef7776d5049a87b4cad authored over 7 years ago by Teddy Katz <[email protected]>
New: Add fixed code tab on the demo site (fixes #322) (#357)

ad961edabd0a42602fe29178d2fc902626b33e29 authored over 7 years ago by Gyandeep Singh <[email protected]>
Autogenerated new docs and demo at Fri Jun 23 2017 21:37:01

4282f9c3d70ed0862a738cd26d88de880efc2888 authored over 7 years ago by Ilya Volodin <[email protected]>
Update blogpost for 4.0.0 (#356)

9df4c85cc7d7cacc49a74f09e018f68428d4a6ed authored over 7 years ago by Teddy Katz <[email protected]>
Fix: Demo - init Linter to create eslint object

27f7fbeec5631ebd41d7f5e48a73f678f8c0f882 authored over 7 years ago by Gyandeep Singh <[email protected]>
Autogenerated new docs and demo at Sun Jun 11 2017 21:24:01

808e8155b8c16615613bb090fdef4050d3fd45c2 authored over 7 years ago by ESLint Jenkins <[email protected]>
v4.0.0-rc.0 (#355)

* Autogenerated new docs for v4.0.0-rc.0

* Manually generate v4.0.0-rc.0 blog post changelog
...

6fb17c6aaa18f8d94fba4adf6fdbdc8b9bb31455 authored over 7 years ago by Brandon Mills <[email protected]>
Docs: Update CLA link on Pull Requests page (#354)

36e532b0120a0e7b181fe8b853df701af7c4c2ad authored over 7 years ago by Kris Borchers <[email protected]>
Update blogpost for 4.0.0-beta.0 (#353)

d6b5b393d5c2cbd63d35a8c907d698c2527fa5e2 authored over 7 years ago by Teddy Katz <[email protected]>
Autogenerated new docs and demo at Fri May 19 2017 14:43:59

0a65882c8ab818ddee730aad8475a235735820c0 authored over 7 years ago by Teddy Katz <[email protected]>
Docs: Link to eslint-plugin-local-rules for project-specific local rules (#351)

ee723539a52d769f5f5fabd461ba60b2a38713a6 authored over 7 years ago by Clayton Watts <[email protected]>
Autogenerated new docs and demo at Fri May 5 2017 17:09:14 (#350)

648717fea98bd902545bd9040479de9350027975 authored over 7 years ago by Ilya Volodin <[email protected]>
Fix incorrect link in v4.0.0-alpha.1 release notes

fix the link address of `array-callback-return`

c91404be52e44245b512012550e542d5be43216f authored over 7 years ago by Arz Yu <[email protected]>
Add blog post for 4.0.0-alpha.1 (#347)

c04ec79dabd81b583b8ba6adaa0102a52999487d authored over 7 years ago by Teddy Katz <[email protected]>
Autogenerated new docs and demo at Fri Apr 21 2017 17:35:04 (#346)

cbd4521bc2f0f9e81c33fbda802a73a6f056e9fc authored over 7 years ago by Teddy Katz <[email protected]>
Fix: Use number for ECMA Version when updated (fixes #339) (#345)

985f3726be1578012a747f53f555dd598a86bf64 authored over 7 years ago by Gyandeep Singh <[email protected]>
Ensure anchors are positioned correctly (#344)

* Ensure anchors are positioned correctly

* Add main.css.map to gitignore

ccf309f29660ec4b467be888d88ab66913b2cd25 authored almost 8 years ago by Teddy Katz <[email protected]>
Fix blog links and rules page for 4.0 (#343)

02c883e013e847cedf153d7b1d77ca8389af65c5 authored almost 8 years ago by Ilya Volodin <[email protected]>
Autogenerated new docs and demo at Fri Apr 7 2017 16:41:47 (#342)

* Autogenerated new docs and demo at Fri Apr 7 2017 16:41:47

* Add links to github and gitter...

d27561dd5ad92d9c70b7b52d452fda6eb60fa2fe authored almost 8 years ago by Ilya Volodin <[email protected]>
Cloning 3.x documentation (#341)

bfaa9c28f7e409da6373eaf027082d2624389a40 authored almost 8 years ago by Ilya Volodin <[email protected]>
Docs: Add "Getting Started" link to User Guide menu (#340)

24bc2af3e21ff363fbcde3111d22a549f676d00e authored almost 8 years ago by Kevin Partington <[email protected]>
Docs: fix selector example in 3.19.0 blogpost

e470e58b69d3f6668e960bab88ead31a7b7ec181 authored almost 8 years ago by Teddy Katz <[email protected]>
Docs: replace tabs in release blogpost with spaces

70cc28d8b6fabe570fd6a667b01c7914f8cd2c9c authored almost 8 years ago by Teddy Katz <[email protected]>
Add v3.19.0 release highlights

966bd7906c43e6020846e205010bad85a3222e40 authored almost 8 years ago by Brandon Mills <[email protected]>
Autogenerated new docs and demo at Fri Mar 31 2017 16:08:47

684d80a61e23d7480b275f5b817c2bc575d00ddb authored almost 8 years ago by ESLint Jenkins <[email protected]>
Add es2017 to the demo (#338)

4e00f464d3b6e6ff71c62bbfb3c162b6b97b0b25 authored almost 8 years ago by Ilya Volodin <[email protected]>
Add Build Status badge (#337)

ab94693ad522971c015fb7152c2ceec164be31ee authored almost 8 years ago by Jan Pilzer <[email protected]>
Use bootstrap for Espree Demo (#336)

cabeffcd6e4b5cbb154587a1357945e1e4669358 authored almost 8 years ago by Jan Pilzer <[email protected]>
Update Espree Parser Configuration (#335)

6f3e04adafa866da9d743a03ed40409a908f4574 authored almost 8 years ago by Jan Pilzer <[email protected]>
add netflix logo (#334)

As requested in https://github.com/eslint/eslint/pull/7618

52440f4d46aaff8898a39689e722f51f82bb21eb authored almost 8 years ago by James J. Womack <[email protected]>
Docs: fix incorrect selector examples (#333)

361f6fbd58ceeab2bc808089c3d9a4a404130dd9 authored almost 8 years ago by Teddy Katz <[email protected]>
Remove repeated sentence from v3.18.0 blog post

108da72343c376059267f6268e8f2ec42c2ae03a authored almost 8 years ago by Teddy Katz <[email protected]>
Update 3.18.0 blog post (#332)

dd3df736e77966d1167ee7b4d7eb7ae8250c78d9 authored almost 8 years ago by Teddy Katz <[email protected]>
Autogenerated new docs and demo at Fri Mar 17 2017 17:50:45

dd88281d4c1cb1092d10c147df28417ded84499a authored almost 8 years ago by ESLint Jenkins <[email protected]>
Remove eslint.json file (#331)

f149191370b27c9e36df35b0a6ec3531399fc720 authored almost 8 years ago by Ilya Volodin <[email protected]>
add tanda to list of users (#330)

c3457327b6eb1e2a6f2bb1d5627e1a3b9563f1a7 authored almost 8 years ago by David Buchan-Swanson <[email protected]>
Autogenerated new docs and demo at Mon Mar 06 2017 18:10:19

5e08237ef97d2beb99b8c782d25796c6d9806621 authored almost 8 years ago by ESLint Jenkins <[email protected]>
Update blog post for v3.17.0 (#329)

b8475b253a6eed8fabc495ae53100d0ae7a98630 authored almost 8 years ago by Teddy Katz <[email protected]>
Autogenerated new docs and demo at Fri Mar 03 2017 17:20:18

05150b49455e7eada51aead509d559b5f4fb88f0 authored almost 8 years ago by ESLint Jenkins <[email protected]>
Autogenerated new docs and demo at Wed Feb 22 2017 17:19:00

e5a1a38337048cbe18cf82e6ec0f0f22466f71cc authored almost 8 years ago by ESLint Jenkins <[email protected]>
Update 2017-02-20-eslint-v3.16.0-released.md

Fix broken link and simplify example

1d3c586a0e9093df619d526c2fcb12871d2279aa authored almost 8 years ago by Kai Cataldo <[email protected]>
Update blog post for v3.16.0 (#328)

d71ab48fab68240e006575ed70c9c0618f6f8985 authored almost 8 years ago by Kai Cataldo <[email protected]>
Autogenerated new docs and demo at Mon Feb 20 2017 11:27:58

14196f4f4fd0d0be5a2f2a972929fd30f6c26d46 authored almost 8 years ago by ESLint Jenkins <[email protected]>
Update blog post

c1c4561149339e24afe03c4259afcc9bfeafa402 authored almost 8 years ago by Ilya Volodin <[email protected]>
Autogenerated new docs and demo at Fri Feb 03 2017 16:56:19

a5f9aa09f12d6c9e436f404c8d86bc47a08db234 authored almost 8 years ago by ESLint Jenkins <[email protected]>
Update: Add support of twitter cards and others for other websites (#326)

cd2e1d002291eaab53179d46be7f26e54e5568b4 authored almost 8 years ago by Gyandeep Singh <[email protected]>
Autogenerated new docs and demo at Wed Jan 25 2017 13:50:28

f34a6a1da05041d3cf5de30513ec09bb6cd1e028 authored almost 8 years ago by ESLint Jenkins <[email protected]>
Update v3.14.0 release notes

0b6c11a6f432d04842c4269f406bfab513fabf45 authored almost 8 years ago by Brandon Mills <[email protected]>
Autogenerated new docs and demo at Fri Jan 20 2017 16:27:58

aef9c673b874b77f6239c4cafc6f9332038f469a authored almost 8 years ago by ESLint Jenkins <[email protected]>
Remove reference to deleted rule (#323)

`space-after-keywords` appears as deleted in the docs and it's confusing to reference it.

a242c727d124d038e4ba166de37269c374abec9b authored almost 8 years ago by Alejandro Oviedo <[email protected]>
Autogenerated new docs and demo at Mon Jan 09 2017 17:21:12

5c524e98b4e601c90c76098149a821b0d40ace26 authored about 8 years ago by ESLint Jenkins <[email protected]>